// Fix helperform displaying on multishop

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9495 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2011-10-20 10:21:25 +00:00
parent 286535500b
commit 7ff90aec1c
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1045,6 +1045,7 @@ class AdminControllerCore extends Controller
$helper->currentIndex = self::$currentIndex;
$helper->token = $this->token;
$helper->table = $this->table;
$helper->identifier = $this->identifier;
$helper->id = $obj->id;
$helper->languages = $this->_languages;
$helper->default_form_language = $this->default_form_language;