From a78fc9a298280b8af02eb8bc46c80b9585ff7704 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 18 Mar 2007 01:45:23 +0000 Subject: [PATCH] r1487: Forgot to remove the "value" in the forach() loop in api_user.php in verify_groupids() --- includes/api_user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api_user.php b/includes/api_user.php index 872e371..01737c0 100644 --- a/includes/api_user.php +++ b/includes/api_user.php @@ -205,7 +205,7 @@ class UserAPI extends API } $groups = $this->registry->funct->array_strip_empty($groups); - foreach ($groups AS $group => $value) + foreach ($groups AS $group) { if (!isset($this->registry->datastore['usergroup']["$group"])) { -- 2.22.5