[-] 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user