From 6073e159f07c4853e117284ea21267506f50e3f4 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Wed, 12 Oct 2011 15:14:44 +0000 Subject: [PATCH] // fix AdminSearchEnginesController add action git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9282 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminSearchEnginesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminSearchEnginesController.php b/controllers/admin/AdminSearchEnginesController.php index 4c9f2ca64..48af8b4b4 100644 --- a/controllers/admin/AdminSearchEnginesController.php +++ b/controllers/admin/AdminSearchEnginesController.php @@ -80,7 +80,7 @@ class AdminSearchEnginesControllerCore extends AdminController public function initContent() { - if ($this->display != 'edit') + if ($this->display != 'edit' && $this->display != 'add') $this->display = 'list'; parent::initContent();