From cbe497ef8c090a9a9d29d9ae0b6687065d5f9398 Mon Sep 17 00:00:00 2001 From: tDidierjean Date: Mon, 17 Oct 2011 08:20:53 +0000 Subject: [PATCH] // fix static call to currentIndex git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9377 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminGroupShopController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminGroupShopController.php b/controllers/admin/AdminGroupShopController.php index 19f47ee6c..7777a2d1a 100644 --- a/controllers/admin/AdminGroupShopController.php +++ b/controllers/admin/AdminGroupShopController.php @@ -240,7 +240,7 @@ class AdminGroupShopControllerCore extends AdminController // Check if form template has been overriden if (file_exists($this->context->smarty->template_dir.'/'.$this->tpl_folder.'form_import.tpl')) $helper->tpl = $this->tpl_folder.'form_import.tpl'; - HelperForm::$currentIndex = self::$currentIndex; + $helper->currentIndex = self::$currentIndex; $helper->token = $this->token; $helper->table = $this->table; $helper->id = $obj->id;