Restrict currency controller to admins

This commit is contained in:
Frederic Guillot 2015-03-28 18:02:48 -04:00
parent 9bfab51e00
commit 0f0f7e4b27
1 changed files with 1 additions and 0 deletions

View File

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