]> source.dussan.org Git - nextcloud-server.git/commitdiff
LDAP Wizard: don't send ldap_tls change back to the interface as the element was...
authorArthur Schiwon <blizzz@owncloud.com>
Mon, 2 Dec 2013 20:11:20 +0000 (21:11 +0100)
committerArthur Schiwon <blizzz@owncloud.com>
Mon, 2 Dec 2013 20:11:20 +0000 (21:11 +0100)
apps/user_ldap/lib/wizard.php

index 84b397cf5e8061811e1e352f4556d9dd8e49405f..85bc5b70864c01b0dc5354a8d1f39c82d6849162 100644 (file)
@@ -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;
                        }
                }