From 3dc718a88b1540bfb5755171b304bb261b37f3bf Mon Sep 17 00:00:00 2001 From: aFolletete Date: Thu, 6 Oct 2011 09:48:48 +0000 Subject: [PATCH] // fix bug on AdminController and callback usage --- classes/AdminController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/classes/AdminController.php b/classes/AdminController.php index ecdd2a433..b065fe1cd 100644 --- a/classes/AdminController.php +++ b/classes/AdminController.php @@ -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;