// Add missing call of parent::initContent() in all front class (when initContent exists)
This commit is contained in:
@@ -43,6 +43,7 @@ class BestSalesControllerCore extends FrontController
|
||||
));
|
||||
|
||||
$this->setTemplate(_PS_THEME_DIR_.'best-sales.tpl');
|
||||
parent::initContent();
|
||||
}
|
||||
|
||||
public function setMedia()
|
||||
|
||||
Reference in New Issue
Block a user