[-] FO : removed useless extra parameter not implemented in Manufacturer::getManufacturers() #PSCFV-5771

This commit is contained in:
DamienMetzger
2012-11-23 09:48:32 +01:00
parent 198c7da457
commit ff55d6e6bb
+1 -2
View File
@@ -110,8 +110,7 @@ class ManufacturerControllerCore extends FrontController
{
if (Configuration::get('PS_DISPLAY_SUPPLIERS'))
{
$id_current_shop_group = Shop::getContextShopGroupID();
$data = Manufacturer::getManufacturers(true, $this->context->language->id, true, false, false, false, $id_current_shop_group);
$data = Manufacturer::getManufacturers(true, $this->context->language->id, true, false, false, false);
$nbProducts = count($data);
$this->pagination($nbProducts);