fixed typo
This commit is contained in:
parent
199ebea653
commit
f3b4d84721
|
@ -849,7 +849,7 @@ class lamList {
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$this->entries = array();
|
$this->entries = array();
|
||||||
StatusMessage("ERROR", _("LDAP Search failed! Please check your preferences."));
|
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