From ff55d6e6bb4d65926166e0690cffdec9e61c03d9 Mon Sep 17 00:00:00 2001 From: DamienMetzger Date: Fri, 23 Nov 2012 09:48:32 +0100 Subject: [PATCH] [-] FO : removed useless extra parameter not implemented in Manufacturer::getManufacturers() #PSCFV-5771 --- controllers/front/ManufacturerController.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/controllers/front/ManufacturerController.php b/controllers/front/ManufacturerController.php index 209754ae8..494356a89 100644 --- a/controllers/front/ManufacturerController.php +++ b/controllers/front/ManufacturerController.php @@ -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);