// now ajaxProcess is handled by postProcess

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9511 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mMarinetti
2011-10-20 15:09:32 +00:00
parent 6971844278
commit 2b9b96482a
+2 -4
View File
@@ -117,10 +117,8 @@ abstract class ControllerCore
{
$this->init();
if ($this->ajax && method_exists($this, 'ajaxProcess'))
$this->ajaxProcess();
else
$this->postProcess();
// postProcess handles ajaxProcess
$this->postProcess();
if ($this->display_header)
{