// Fixed bug position in HelperList
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9439 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -1068,6 +1068,8 @@ class AdminControllerCore extends Controller
|
||||
$helper->currentIndex = self::$currentIndex;
|
||||
$helper->className = $this->className;
|
||||
$helper->table = $this->table;
|
||||
$helper->_orderBy = $this->_orderBy;
|
||||
$helper->_orderWay = $this->_orderWay;
|
||||
$helper->shopLink = $this->shopLink;
|
||||
$helper->shopLinkType = $this->shopLinkType;
|
||||
$helper->identifier = $this->identifier;
|
||||
|
||||
Reference in New Issue
Block a user