[-] BO #PSFV-87 : modified a treatment because in php version 5.3 instructions like "$helper::" are forbidden

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9212 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
aNiassy
2011-10-11 09:21:21 +00:00
parent e62a73aa6d
commit 01bb408766
+1 -1
View File
@@ -914,7 +914,7 @@ class AdminControllerCore extends Controller
$helper->delete = $this->delete;
$helper->duplicate = $this->duplicate;
$helper->bulk_actions = $this->bulk_actions;
$helper::$currentIndex = self::$currentIndex;
HelperList::$currentIndex = self::$currentIndex;
$helper->className = $this->className;
$helper->table = $this->table;
$helper->shopLink = $this->shopLink;