From 4a662a90da8e33d9c8408f0f0e5dba98e7a33e84 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Wed, 12 Oct 2011 15:13:11 +0000 Subject: [PATCH] // fix AdminAliasesController add action git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9279 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminAliasesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminAliasesController.php b/controllers/admin/AdminAliasesController.php index 038488171..7ccb45ef3 100644 --- a/controllers/admin/AdminAliasesController.php +++ b/controllers/admin/AdminAliasesController.php @@ -119,7 +119,7 @@ class AdminAliasesControllerCore extends AdminController $this->fields_value = array('alias' => $obj->getAliases()); - if ($this->display != 'edit') + if ($this->display != 'edit' && $this->display != 'add') $this->display = 'list'; parent::initContent();