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;