removed TODO
This commit is contained in:
parent
6c0d3f4e16
commit
7ee6a87bec
|
@ -637,7 +637,7 @@ class lamList {
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$this->entries = array();
|
$this->entries = array();
|
||||||
StatusMessage("ERROR", _("LDAP Search failed! Please check your preferences."), $this->labels['error_noneFound']); // TODO correct message
|
StatusMessage("ERROR", _("LDAP Search failed! Please check your preferences."));
|
||||||
}
|
}
|
||||||
// generate list of possible suffixes
|
// generate list of possible suffixes
|
||||||
$this->possibleSuffixes = $_SESSION['ldap']->search_units($_SESSION["config"]->get_Suffix($this->type));
|
$this->possibleSuffixes = $_SESSION['ldap']->search_units($_SESSION["config"]->get_Suffix($this->type));
|
||||||
|
|
Loading…
Reference in New Issue