// Move all helper override templates for controllers to subfolders

This commit is contained in:
tDidierjean
2012-02-06 18:12:15 +00:00
parent 8973cf08d0
commit 597e921d96
82 changed files with 11 additions and 13 deletions
-5
View File
@@ -472,11 +472,6 @@ class AdminControllerCore extends Controller
return $this->{'ajaxProcess'.Tools::toCamelCase($action)}();
else if (method_exists($this, 'ajaxProcess'))
return $this->ajaxProcess();
/*if (!empty($action) && method_exists($this, 'displayAjax'.Tools::toCamelCase($action)))
$this->{'displayAjax'.$action}();
else
$this->displayAjax(); */
}
else
{