// now ajaxProcess is handled by postProcess

This commit is contained in:
mMarinetti
2011-10-20 15:09:32 +00:00
parent aa5a7aca40
commit be1abbd6d0
+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)
{