summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2014-03-20 09:14:41 +0100
committerArthur Schiwon <blizzz@owncloud.com>2014-04-09 11:31:56 +0200
commit43402c56ddbe5e4041fdcdc0605d16badeadb69b (patch)
treea0fdac5e1c31acc9e1a0598e8d7a2c01ffae055f /apps/user_ldap/lib
parent40f9875f11e1bd35dd96ebd8fc8cf718be49689c (diff)
downloadnextcloud-server-43402c56ddbe5e4041fdcdc0605d16badeadb69b.tar.gz
nextcloud-server-43402c56ddbe5e4041fdcdc0605d16badeadb69b.zip
initialize variable
Diffstat (limited to 'apps/user_ldap/lib')
-rw-r--r--apps/user_ldap/lib/access.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/user_ldap/lib/access.php b/apps/user_ldap/lib/access.php
index 7640a5b1bc0..1af993677cd 100644
--- a/apps/user_ldap/lib/access.php
+++ b/apps/user_ldap/lib/access.php
@@ -782,6 +782,7 @@ class Access extends LDAPUtility {
}
$counter = 0;
+ $count = null;
$cr = $this->connection->getConnectionResource();
do {