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