LdapQuery: Remove obsolete code
This commit is contained in:
parent
a7a94d5307
commit
be241d5b4e
|
@ -273,7 +273,7 @@ class LdapQuery extends SimpleQuery
|
||||||
);
|
);
|
||||||
$sorted[$new_key] = $key;
|
$sorted[$new_key] = $key;
|
||||||
}
|
}
|
||||||
unset($groups);
|
|
||||||
ksort($sorted);
|
ksort($sorted);
|
||||||
|
|
||||||
$tree = Root::forConnection($this->ds);
|
$tree = Root::forConnection($this->ds);
|
||||||
|
|
Loading…
Reference in New Issue