[*] BO #PSFV-94 : update of the displayform method by helperForm in AdminRequestSqlController

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9263 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-10-12 12:05:11 +00:00
parent 3a53b68896
commit 98bf6af495
4 changed files with 179 additions and 201 deletions
-1
View File
@@ -911,7 +911,6 @@ class AdminControllerCore extends Controller
$helper::$currentIndex = self::$currentIndex;
$helper->token = $this->token;
$helper->table = $this->table;
$helper->table = $this->table;
$helper->id = $obj->id;
$helper->fields_value = $this->getFieldsValue($obj);
$this->content .= $helper->generateForm($this->fields_form);