[Pkg-owncloud-commits] [owncloud] 06/49: 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
David Prévot
taffit at moszumanska.debian.org
Thu Dec 5 16:02:52 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit d49e4e53fdd12377f5d8ef77e1b2b85118b5e266
Author: Arthur Schiwon <blizzz at owncloud.com>
Date: Mon Dec 2 21:11:20 2013 +0100
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 84b397c..85bc5b7 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;
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list