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();