From 8cc0c3e7a87b54e228c7d2b97ed6387e2a72ba12 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Wed, 12 Oct 2011 15:13:42 +0000 Subject: [PATCH] // fix AdminGroupShopController add action git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9280 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminGroupShopController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminGroupShopController.php b/controllers/admin/AdminGroupShopController.php index 09fe5d270..f1613bcf2 100644 --- a/controllers/admin/AdminGroupShopController.php +++ b/controllers/admin/AdminGroupShopController.php @@ -124,7 +124,7 @@ class AdminGroupShopControllerCore extends AdminController public function initContent() { - if ($this->display != 'edit') + if ($this->display != 'edit' && $this->display != 'add') $this->display = 'list'; parent::initContent();