From cfc5952e81fe77a53d4a44bb5dc3544e58dd51bb Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Mon, 18 Jun 2012 09:16:13 +0000 Subject: [PATCH] [-] BO : fixed bug #PSCFV-2859 - part 2 --- .../default/template/controllers/access/helpers/form/form.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/default/template/controllers/access/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/access/helpers/form/form.tpl index 6208b3a71..9bbc2204f 100644 --- a/admin-dev/themes/default/template/controllers/access/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/controllers/access/helpers/form/form.tpl @@ -83,7 +83,7 @@ } }); } - perfect_access_js_gestion(this, perm, id_tab, tabsize, tabnumber, table, '{$id_tab_access}'); + perfect_access_js_gestion(this, perm, id_tab, tabsize, tabnumber, table); $.ajax({ url: "{$link->getAdminLink('AdminAccess')}",