From e69d3f2cd13abbf27e688e3c3ec7bf20bca7af53 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Wed, 12 Oct 2011 15:13:42 +0000 Subject: [PATCH] // fix AdminGroupShopController add action --- 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();