From f71cf2e0d61ac1687a93b2f2f99ea83bf83d2bd7 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Thu, 26 Apr 2001 13:54:10 +0000 Subject: [PATCH] Add empty denied_groups array --- phpgwapi/inc/class.accounts_contacts.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpgwapi/inc/class.accounts_contacts.inc.php b/phpgwapi/inc/class.accounts_contacts.inc.php index e1e83351fc..42e5eedc9f 100644 --- a/phpgwapi/inc/class.accounts_contacts.inc.php +++ b/phpgwapi/inc/class.accounts_contacts.inc.php @@ -32,6 +32,7 @@ // This is where it ended up (milosch) /* Since LDAP will return system accounts, there are a few we don't want to login. */ $phpgw_info["server"]["global_denied_users"] = array(); + $phpgw_info["server"]["global_denied_groups"] = array(); class accounts_ {