summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2015-05-05 14:21:12 +0200
committerArthur Schiwon <blizzz@owncloud.com>2015-05-05 14:21:12 +0200
commit0e7fd82e89129a1ce2524d9f520b0aeb697563a3 (patch)
tree83cff538be7171b4b5953dbca17e4a4aa9bb9ac4 /apps/user_ldap/lib
parent1c791e6000ca9b61bd6dac479c51bbde95851ef8 (diff)
downloadnextcloud-server-0e7fd82e89129a1ce2524d9f520b0aeb697563a3.tar.gz
nextcloud-server-0e7fd82e89129a1ce2524d9f520b0aeb697563a3.zip
cleanup
Diffstat (limited to 'apps/user_ldap/lib')
-rw-r--r--apps/user_ldap/lib/wizard.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/wizard.php b/apps/user_ldap/lib/wizard.php
index 7bb5752352f..824923eecbf 100644
--- a/apps/user_ldap/lib/wizard.php
+++ b/apps/user_ldap/lib/wizard.php
@@ -958,7 +958,6 @@ class Wizard extends LDAPUtility {
$userAttributes = array_change_key_case(array_flip($userAttributes));
$parts = 0;
- $x = $this->configuration->ldapLoginFilterUsername;
if($this->configuration->ldapLoginFilterUsername === '1') {
$attr = '';
if(isset($userAttributes['uid'])) {