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-06-24 18:51:11 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2020-06-24 18:51:11 +0300
commit3baa8d22a6d53e304388179f3a0e685cd85c0d34 (patch)
tree1c1979a64598674d4272a259207556237440cc21 /apps/user_ldap
parentf29e022921222489432b547c946d571ecac987ce (diff)
comment was wrong, block is needed nevertheless
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/user_ldap')
-rw-r--r--apps/user_ldap/lib/Access.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/user_ldap/lib/Access.php b/apps/user_ldap/lib/Access.php
index d58106707ef..671f74825ba 100644
--- a/apps/user_ldap/lib/Access.php
+++ b/apps/user_ldap/lib/Access.php
@@ -2051,8 +2051,7 @@ class Access extends LDAPUtility {
$this->search($filter, $base, $attr, $limit, $reOffset, true);
if (!$this->hasMoreResults()) {
// when the cookie is reset with != 0 offset, there are no further
- // results, so stop. This if block is not necessary with new API
- // and can be removed with dropping PHP 7.2
+ // results, so stop.
return false;
}
}