// Fix add to cart

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9687 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2011-10-27 15:37:42 +00:00
parent 99981ffb51
commit d97b2f999c
+7 -3
View File
@@ -120,11 +120,15 @@ abstract class ControllerCore
// postProcess handles ajaxProcess
$this->postProcess();
$this->setMedia();
$this->initHeader();
if ($this->display_header)
{
$this->setMedia();
$this->initHeader();
}
$this->initContent();
$this->initFooter();
if ($this->display_footer)
$this->initFooter();
if ($this->ajax)
{