// Retro-compatibility fix of front controllers

This commit is contained in:
rMalie
2012-03-05 15:32:06 +00:00
parent 2db02b9ff7
commit 8a24c0a741
31 changed files with 62 additions and 31 deletions
+2 -1
View File
@@ -31,6 +31,8 @@ class BestSalesControllerCore extends FrontController
public function initContent()
{
parent::initContent();
$this->productSort();
$nbProducts = (int)ProductSale::getNbSales();
$this->pagination($nbProducts);
@@ -43,7 +45,6 @@ class BestSalesControllerCore extends FrontController
));
$this->setTemplate(_PS_THEME_DIR_.'best-sales.tpl');
parent::initContent();
}
public function setMedia()