From 111a3f1e2f265793f9a33e4d32be0e0556af1e08 Mon Sep 17 00:00:00 2001 From: skeeter Date: Tue, 20 Mar 2001 04:46:40 +0000 Subject: [PATCH] removed extraneous parameter --- phpgwapi/inc/class.acl.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.acl.inc.php b/phpgwapi/inc/class.acl.inc.php index 9e5bb7bb14..48ea20532a 100644 --- a/phpgwapi/inc/class.acl.inc.php +++ b/phpgwapi/inc/class.acl.inc.php @@ -512,7 +512,7 @@ It should use the values in the $this->data $sql = "select acl_account, acl_rights from phpgw_acl where acl_appname = '$app' and " . "acl_location in "; $security = "('". $phpgw_info['user']['account_id'] ."'"; - $my_memberships = $phpgw->accounts->memberships(intval($phpgw_info['user']['account_id'])); + $my_memberships = $phpgw->accounts->memberships(); while($my_memberships && $groups = each($my_memberships)) { $group = each($groups);