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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13469 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
aFolletete
2012-02-20 15:32:11 +00:00
parent 6b4f0c8b93
commit 5bd54faab9
+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;