mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Fix bad redirection
This commit is contained in:
@@ -150,7 +150,7 @@ class Description implements ControllerProviderInterface
|
||||
else
|
||||
$databox->get_connection()->commit();
|
||||
|
||||
return new RedirectResponse('/admin/databox/' . $sbas_id . '/description/');
|
||||
return new RedirectResponse('/admin/description/' . $sbas_id . '/');
|
||||
})->assert('sbas_id', '\d+');
|
||||
|
||||
$controllers->get('/{sbas_id}/', function(Application $app, $sbas_id)
|
||||
|
Reference in New Issue
Block a user