// Fixed bug position in HelperList

This commit is contained in:
lLefevre
2011-10-19 08:40:47 +00:00
parent 3e46ac3358
commit 17ec57e135
3 changed files with 17 additions and 13 deletions
+2
View File
@@ -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;