Working :

- fix route name in ConfigController
This commit is contained in:
mespeche
2013-09-06 12:29:38 +02:00
parent c015bbe8b5
commit a9f2b70ab5
2 changed files with 2 additions and 2 deletions

View File

@@ -241,7 +241,7 @@ class ConfigController extends BaseAdminController
if ($this->getRequest()->get('save_mode') == 'stay') {
$this->redirectToRoute(
"admin.configuration.variables.change",
"admin.configuration.variables.update",
array('variable_id' => $variable_id)
);
}