From d9d75d4545b89905002f4ce5119da7d623ebd3bc Mon Sep 17 00:00:00 2001 From: dMetzger Date: Tue, 25 Sep 2012 09:54:35 +0000 Subject: [PATCH] [-] BO : attribute values can appear beyond 50 values #PSCFV-2801 #PSCFV-4353 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17526 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminAttributesGroupsController.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/controllers/admin/AdminAttributesGroupsController.php b/controllers/admin/AdminAttributesGroupsController.php index e05af6ffb..623a65340 100644 --- a/controllers/admin/AdminAttributesGroupsController.php +++ b/controllers/admin/AdminAttributesGroupsController.php @@ -139,8 +139,7 @@ class AdminAttributesGroupsControllerCore extends AdminController $this->_orderBy = 'position'; // get list and force no limit clause in the request - $this->getList($this->context->language->id); - + $this->getList($this->context->language->id, null, null, 0, false); // Render list $helper = new HelperList();