LdapDiscoveryPage: Prefer our form error implementation

This commit is contained in:
Johannes Meyer 2015-07-02 11:19:08 +02:00
parent f8034cfb9d
commit 9feb29d99b
1 changed files with 1 additions and 1 deletions

View File

@ -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 {