add comment to clearify when a skip in the foreach happens
This commit is contained in:
parent
4230983e69
commit
dbebf6bb5e
|
@ -895,6 +895,7 @@ class Wizard extends LDAPUtility {
|
|||
}
|
||||
foreach($filters as $filter) {
|
||||
if($lfw && $lastFilter === $filter && count($foundItems) > 0) {
|
||||
//skip when the filter is a wildcard and results were found
|
||||
continue;
|
||||
}
|
||||
$rr = $this->ldap->search($cr, $base, $filter, array($attr));
|
||||
|
|
Loading…
Reference in New Issue