summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2014-03-21 10:10:49 +0100
committerArthur Schiwon <blizzz@owncloud.com>2014-03-21 10:10:49 +0100
commit4230983e69906de916c73e06204ff87df72bfce9 (patch)
tree31d205345c1adea1ba04fb8eb807ad1c01b63300 /apps
parent6f605ecd671e7e6d5e9734dc74c3b9480613c090 (diff)
downloadnextcloud-server-4230983e69906de916c73e06204ff87df72bfce9.tar.gz
nextcloud-server-4230983e69906de916c73e06204ff87df72bfce9.zip
define var
Diffstat (limited to 'apps')
-rw-r--r--apps/user_ldap/lib/wizard.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/user_ldap/lib/wizard.php b/apps/user_ldap/lib/wizard.php
index f6bc586a7a6..54454d2ad22 100644
--- a/apps/user_ldap/lib/wizard.php
+++ b/apps/user_ldap/lib/wizard.php
@@ -889,6 +889,7 @@ class Wizard extends LDAPUtility {
if(!$this->ldap->isResource($cr)) {
return false;
}
+ $lastFilter = null;
if(isset($filters[count($filters)-1])) {
$lastFilter = $filters[count($filters)-1];
}