From d49e4e53fdd12377f5d8ef77e1b2b85118b5e266 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Mon, 2 Dec 2013 21:11:20 +0100 Subject: [PATCH] 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 --- apps/user_ldap/lib/wizard.php | 1 - 1 file changed, 1 deletion(-) 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; } }