Restrict currency controller to admins

This commit is contained in:
Frederic Guillot
2015-03-28 18:02:48 -04:00
parent 9bfab51e00
commit 0f0f7e4b27

View File

@@ -72,6 +72,7 @@ class Acl extends Base
'link' => '*',
'project' => array('remove'),
'hourlyrate' => '*',
'currency' => '*',
);
/**