// now ajaxProcess is handled by postProcess
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