From 4a54d4396e32c86658fcdd7bb8ecbb491e98df56 Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Wed, 8 Feb 2012 18:51:32 +0100 Subject: [PATCH] Fix bad redirection --- lib/Alchemy/Phrasea/Controller/Admin/Description.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Alchemy/Phrasea/Controller/Admin/Description.php b/lib/Alchemy/Phrasea/Controller/Admin/Description.php index 8650a40437..c01601ffcb 100644 --- a/lib/Alchemy/Phrasea/Controller/Admin/Description.php +++ b/lib/Alchemy/Phrasea/Controller/Admin/Description.php @@ -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)