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

View File

@ -77,7 +77,7 @@ class LdapDiscoveryPage extends Form
} catch (Exception $e) { } catch (Exception $e) {
} }
$this->addError( $this->error(
sprintf($this->translate('Could not find any LDAP servers on the domain "%s".'), $data['domain']) sprintf($this->translate('Could not find any LDAP servers on the domain "%s".'), $data['domain'])
); );
} else { } else {