CC-3879 : Now Playing-> Guest's clicking on Preview pops up error window

This commit is contained in:
Naomi Aro 2012-05-28 17:59:26 +02:00
parent 0797876ff8
commit 396795e70e
1 changed files with 1 additions and 1 deletions

View File

@ -34,11 +34,11 @@ $ccAcl->allow('G', 'index')
->allow('G', 'api')
->allow('G', 'schedule')
->allow('G', 'dashboard')
->allow('G', 'audiopreview')
->allow('H', 'usersettings')
->allow('H', 'plupload')
->allow('H', 'library')
->allow('H', 'playlist')
->allow('H', 'audiopreview')
->allow('A', 'playouthistory')
->allow('A', 'user')
->allow('A', 'systemstatus')