From e8d02f2117205104242df774369a4e191939eb5b Mon Sep 17 00:00:00 2001 From: rGaillard Date: Tue, 28 Aug 2012 09:26:15 +0000 Subject: [PATCH] // Fix PSCFV-3781 --- classes/controller/AdminController.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/classes/controller/AdminController.php b/classes/controller/AdminController.php index c4a74e18f..d249ef2e3 100644 --- a/classes/controller/AdminController.php +++ b/classes/controller/AdminController.php @@ -1938,10 +1938,7 @@ class AdminControllerCore extends Controller * @param integer $limit Row count in LIMIT clause */ public function getList($id_lang, $order_by = null, $order_way = null, $start = 0, $limit = null, $id_lang_shop = false) - { - if (!empty($this->_listsql)) - return; - + { /* Manage default params values */ $use_limit = true; if ($limit === false)