[-] FO : fixed default order by manufacturer #PSCFV-6105

This commit is contained in:
Damien Metzger
2012-12-14 10:30:13 +01:00
parent 630b41ec71
commit 3c2ae9efa7
3 changed files with 14 additions and 3 deletions
+2 -2
View File
@@ -99,8 +99,8 @@ class ManufacturerControllerCore extends FrontController
'products' => $this->manufacturer->getProducts($this->manufacturer->id, $this->context->language->id, (int)$this->p, (int)$this->n, $this->orderBy, $this->orderWay),
'path' => ($this->manufacturer->active ? Tools::safeOutput($this->manufacturer->name) : ''),
'manufacturer' => $this->manufacturer,
'comparator_max_item' => Configuration::get('PS_COMPARATOR_MAX_ITEM'))
);
'comparator_max_item' => Configuration::get('PS_COMPARATOR_MAX_ITEM')
));
}
/**