mirror of
https://github.com/nextcloud/server.git
synced 2026-05-26 03:04:35 -04:00
LDAP Wizard: don't send ldap_tls change back to the interface as the element was removed, for it is detected fully automatically. Resolves an JS error and thus an ever-spinning spinner
This commit is contained in:
parent
2d11290121
commit
d49e4e53fd
1 changed files with 0 additions and 1 deletions
|
|
@ -432,7 +432,6 @@ class Wizard extends LDAPUtility {
|
|||
$this->configuration->setConfiguration($config);
|
||||
\OCP\Util::writeLog('user_ldap', 'Wiz: detected Port '. $p, \OCP\Util::DEBUG);
|
||||
$this->result->addChange('ldap_port', $p);
|
||||
$this->result->addChange('ldap_tls', intval($t));
|
||||
return $this->result;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue