diff --git a/modules/setup/application/forms/LdapDiscoveryPage.php b/modules/setup/application/forms/LdapDiscoveryPage.php index 588791e2c..4a825d7f1 100644 --- a/modules/setup/application/forms/LdapDiscoveryPage.php +++ b/modules/setup/application/forms/LdapDiscoveryPage.php @@ -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 {