Merge branch 'devel' of dev.sourcefabric.org:airtime into devel

This commit is contained in:
Martin Konecny 2012-04-24 16:47:48 -04:00
commit 172bbf9d7f
1 changed files with 7 additions and 6 deletions

View File

@ -37,12 +37,13 @@ $ccAcl->allow('G', 'index')
->allow('H', 'usersettings') ->allow('H', 'usersettings')
->allow('H', 'plupload') ->allow('H', 'plupload')
->allow('H', 'library') ->allow('H', 'library')
->allow('H', 'playlist') ->allow('H', 'playlist')
->allow('A', 'playouthistory') ->allow('H', 'audiopreview')
->allow('A', 'user') ->allow('A', 'playouthistory')
->allow('A', 'systemstatus') ->allow('A', 'user')
->allow('A', 'preference') ->allow('A', 'systemstatus')
->allow('A', 'audiopreview'); ->allow('A', 'preference');
$aclPlugin = new Zend_Controller_Plugin_Acl($ccAcl); $aclPlugin = new Zend_Controller_Plugin_Acl($ccAcl);