// 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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user