Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2020-03-19 13:34:56 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2020-03-19 13:34:56 +0300
commit1e032b63fa5d20d9c9cfbda9cd2f07eca789983e (patch)
treed14474ce0ecf3a494079d533e5d312ec1c278e43
parent67f903f4ad35e47c37b1c74c8c293263b472613b (diff)
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r--apps/user_ldap/lib/Access.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/Access.php b/apps/user_ldap/lib/Access.php
index e05d74c217b..11e2b5d2cd9 100644
--- a/apps/user_ldap/lib/Access.php
+++ b/apps/user_ldap/lib/Access.php
@@ -1375,7 +1375,7 @@ class Access extends LDAPUtility {
$offset += $limitPerPage;
} while ($continue && $pagedSearchOK && ($limit === null || count($findings) < $limit));
}
- // reseting offset
+ // resetting offset
$offset = $savedoffset;
// if we're here, probably no connection resource is returned.