// Fix list of adminProducts (was called twice, causing a bug on multishop product lang)

This commit is contained in:
rMalie
2012-04-24 09:15:19 +00:00
parent 14977a3056
commit cd4308faf5
@@ -272,7 +272,8 @@ class AdminProductsControllerCore extends AdminController
$orderBy = 'id_'.$this->table;
$orderWay = 'ASC';
}
parent::getList($id_lang, $orderBy, $orderWay, $start, $limit, $id_lang_shop);
parent::getList($id_lang, $orderBy, $orderWay, $start, $limit, $this->context->shop->id);
/* update product quantity with attributes ...*/
$nb = count($this->_list);