// fix bug on AdminController and callback usage

This commit is contained in:
aFolletete
2011-10-06 09:48:48 +00:00
parent ad3fa39247
commit 3dc718a88b
+1
View File
@@ -892,6 +892,7 @@ class AdminControllerCore extends Controller
$helper->duplicate = $this->duplicate;
$helper->bulk_actions = $this->bulk_actions;
$helper::$currentIndex = self::$currentIndex;
$helper->className = $this->className;
$helper->table = $this->table;
$helper->shopLink = $this->shopLink;
$helper->shopLinkType = $this->shopLinkType;