//update .tpl name AdminRequestSqlController

This commit is contained in:
lLefevre
2011-10-03 16:45:27 +00:00
parent 0e3e365f96
commit 21d405e6dd
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();
}