CC-4042: Media Library -> Non-admin user cannot see "File import in progress"
- fixed
This commit is contained in:
parent
b425fbd894
commit
6d823d01ab
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue