// Fix bug and Smarty 3 standardize

This commit is contained in:
jBreux
2011-12-20 16:04:45 +00:00
parent 847d63f951
commit add6516963
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ class SupplierControllerCore extends FrontController
'pages_nb' => ceil($nbProducts / (int)$this->n),
'nbSuppliers' => $nbProducts,
'mediumSize' => Image::getSize('medium'),
'suppliers' => $suppliers,
'suppliers_list' => $suppliers,
'add_prod_display' => Configuration::get('PS_ATTRIBUTE_CATEGORY_DISPLAY'),
));
}