// Move all helper override templates for controllers to subfolders

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13052 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-02-06 18:12:15 +00:00
parent 3f61d1b5a3
commit 0a931b8bfe
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
{