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
1 changed files with 1 additions and 1 deletions

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);