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