// Add missing call of parent::initContent() in all front class (when initContent exists)

This commit is contained in:
mMarinetti
2011-12-14 16:22:50 +00:00
parent e0ff6f4697
commit fa4c63a449
33 changed files with 34 additions and 1 deletions

View File

@@ -58,5 +58,6 @@ class ModuleControllerCore extends FrontController
$this->setTemplate($module->$method());
else
die('Module action not found');
parent::initContent();
}
}