[-] 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
This commit is contained in:
dMetzger
2012-09-25 09:54:35 +00:00
parent 459a98c1bb
commit d9d75d4545
@@ -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();