// Add missing call of parent::initContent() in all front class (when initContent exists)
This commit is contained in:
@@ -115,6 +115,7 @@ class SearchControllerCore extends FrontController
|
||||
$this->context->smarty->assign('add_prod_display', Configuration::get('PS_ATTRIBUTE_CATEGORY_DISPLAY'));
|
||||
|
||||
$this->setTemplate(_PS_THEME_DIR_.'search.tpl');
|
||||
parent::initContent();
|
||||
}
|
||||
|
||||
public function displayHeader($display = true)
|
||||
|
||||
Reference in New Issue
Block a user