Fix podcast api permission

This commit is contained in:
drigato 2015-09-17 13:19:11 -04:00
parent 9f03115ee5
commit d31e0f950d

View file

@ -63,7 +63,7 @@ $ccAcl->allow('G', 'index')
->allow('G', 'downgrade')
->allow('G', 'rest:show-image', 'get')
->allow('G', 'rest:media', 'get')
->allow('G', 'rest:podcast', 'get')
->allow('G', 'rest:podcast', 'index')
->allow('G', 'rest:podcast-episodes', 'get')
->allow('G', 'setup')
->allow('G', 'embeddablewidgets')