LdapDiscoveryPage: Prefer our form error implementation
This commit is contained in:
parent
f8034cfb9d
commit
9feb29d99b
|
@ -77,7 +77,7 @@ class LdapDiscoveryPage extends Form
|
|||
} catch (Exception $e) {
|
||||
}
|
||||
|
||||
$this->addError(
|
||||
$this->error(
|
||||
sprintf($this->translate('Could not find any LDAP servers on the domain "%s".'), $data['domain'])
|
||||
);
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue