// Fix bugs on frontControllers
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8815 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -92,7 +92,7 @@ class FrontControllerCore extends Controller
|
||||
$this->displayHeader(false);
|
||||
$this->displayFooter(false);
|
||||
}
|
||||
|
||||
|
||||
ob_start();
|
||||
|
||||
// Switch language if needed and init cookie language
|
||||
@@ -353,7 +353,7 @@ class FrontControllerCore extends Controller
|
||||
$this->preProcess();
|
||||
}
|
||||
}*/
|
||||
|
||||
|
||||
//$this->preProcess();
|
||||
}
|
||||
|
||||
@@ -362,6 +362,11 @@ class FrontControllerCore extends Controller
|
||||
}
|
||||
|
||||
public function initContent()
|
||||
{
|
||||
$this->process();
|
||||
}
|
||||
|
||||
public function process()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user