// Add missing call of parent::initContent() in all front class (when initContent exists)
This commit is contained in:
@@ -58,5 +58,6 @@ class ModuleControllerCore extends FrontController
|
||||
$this->setTemplate($module->$method());
|
||||
else
|
||||
die('Module action not found');
|
||||
parent::initContent();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user