diff options
author | Jean-Louis Dupond <jean-louis@dupond.be> | 2014-08-11 13:50:13 +0200 |
---|---|---|
committer | Jean-Louis Dupond <jean-louis@dupond.be> | 2014-08-11 13:50:13 +0200 |
commit | e46fc7a18ade450a05718532e8f66b9e021e8624 (patch) | |
tree | 6d36176a170f2aa87274f05ed3d670b8c1b25cd0 /apps | |
parent | fc662917e73f334d21eab4771fa2c869a0c14eec (diff) | |
download | nextcloud-server-e46fc7a18ade450a05718532e8f66b9e021e8624.tar.gz nextcloud-server-e46fc7a18ade450a05718532e8f66b9e021e8624.zip |
Fix initializing in #9848
Diffstat (limited to 'apps')
-rw-r--r-- | apps/user_ldap/lib/wizard.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/user_ldap/lib/wizard.php b/apps/user_ldap/lib/wizard.php index 0139393c49b..eb2a1ab02de 100644 --- a/apps/user_ldap/lib/wizard.php +++ b/apps/user_ldap/lib/wizard.php @@ -301,6 +301,7 @@ class Wizard extends LDAPUtility { $filter = $ldapAccess->combineFilterWithOr($filterParts); $filter = $ldapAccess->combineFilterWithAnd(array($filter, 'cn=*')); + $groupNames = array(); $groupEntries = array(); $limit = 400; $offset = 0; |