mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Fix latest merge
This commit is contained in:
@@ -107,7 +107,7 @@ class Feed implements ControllerProviderInterface
|
||||
|
||||
return new Response($datas);
|
||||
})
|
||||
->bind('feed_entry_edit')
|
||||
->bind('prod_feeds_entry_edit')
|
||||
->assert('id', '\d+')
|
||||
->before(function (Request $request) use ($app) {
|
||||
$app['firewall']->requireRight('bas_chupub');
|
||||
|
Reference in New Issue
Block a user