diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2013-12-02 21:11:20 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2013-12-04 18:57:32 +0100 |
commit | 9808dee14904ddff050de83b546b116dea6d7e20 (patch) | |
tree | 17c0d45aa977c62ca6bd3a2585e19dd44434dafb | |
parent | 430f85cc59ec8cbd229748d678c6da0f2de337eb (diff) | |
download | nextcloud-server-9808dee14904ddff050de83b546b116dea6d7e20.tar.gz nextcloud-server-9808dee14904ddff050de83b546b116dea6d7e20.zip |
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
-rw-r--r-- | apps/user_ldap/lib/wizard.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/wizard.php b/apps/user_ldap/lib/wizard.php index 84b397cf5e8..85bc5b70864 100644 --- a/apps/user_ldap/lib/wizard.php +++ b/apps/user_ldap/lib/wizard.php @@ -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; } } |