Wizard: make LDAP domain discovery working again

refs #2153
This commit is contained in:
Alexander A. Klimov 2017-06-20 15:46:31 +02:00
parent 9237c3e27d
commit fa5bc6c1ae
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ class AuthBackendPage extends Form
}
$this->info($this->translate('The configuration has been successfully validated.'));
} elseif (isset($formData['btn_discover_domains'])) {
} elseif (isset($formData['btn_discover_domain'])) {
return parent::isValidPartial($formData);
} elseif (! isset($formData['backend_validation'])) {
// This is usually done by isValid(Partial), but as we're not calling any of these...