CC-4042: Media Library -> Non-admin user cannot see "File import in progress"

- fixed
This commit is contained in:
James 2012-06-29 12:49:59 -04:00
parent b425fbd894
commit 6d823d01ab

View file

@ -43,7 +43,7 @@ $ccAcl->allow('G', 'index')
->allow('A', 'playouthistory')
->allow('A', 'user')
->allow('A', 'systemstatus')
->allow('A', 'preference', 'admin');
->allow('A', 'preference');
$aclPlugin = new Zend_Controller_Plugin_Acl($ccAcl);