//update .tpl name AdminRequestSqlController

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8995 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-10-03 16:45:27 +00:00
parent e12b202e85
commit 723efe49f6
2 changed files with 1 additions and 2 deletions
@@ -29,7 +29,6 @@ class AdminRequestSqlControllerCore extends AdminController
{
private $info = true;
private $warning = true;
private $tab_form = array();
public function __construct()
{
@@ -54,7 +53,7 @@ class AdminRequestSqlControllerCore extends AdminController
'sql' => array('title' => $this->l('Request'), 'width' => 500)
);
$this->template = 'requestSql.tpl';
$this->template = 'adminRequestSql.tpl';
parent::__construct();
}