Skip to content
Snippets Groups Projects
Commit e46fc7a1 authored by Jean-Louis Dupond's avatar Jean-Louis Dupond
Browse files

Fix initializing in #9848

parent fc662917
Branches
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment