[-] BO : fixed bug #PSFV-501 - Unable to edit a customer in AdminGroups controller

This commit is contained in:
aFolletete
2012-02-20 15:32:11 +00:00
parent 3a3431d3b4
commit 19b38eaffc
+3 -2
View File
@@ -150,9 +150,10 @@ class AdminGroupsControllerCore extends AdminController
$customer_list = $group->getCustomers(false);
$helper = new HelperList();
$helper->currentIndex = self::$currentIndex;
$helper->token = $this->token;
$helper->currentIndex = Context::getContext()->link->getAdminLink('AdminCustomers', false);
$helper->token = Tools::getAdminTokenLite('AdminCustomers');
$helper->shopLinkType = '';
$helper->table = 'customer';
$helper->identifier = 'id_customer';
$helper->actions = array('edit', 'view');
$helper->show_toolbar = false;