// 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
+1
View File
@@ -54,5 +54,6 @@ class SitemapControllerCore extends FrontController
$this->context->smarty->assign('display_store', Configuration::get('PS_STORES_DISPLAY_SITEMAP'));
$this->setTemplate(_PS_THEME_DIR_.'sitemap.tpl');
parent::initContent();
}
}