summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2020-06-24 21:03:52 +0200
committerGitHub <noreply@github.com>2020-06-24 21:03:52 +0200
commitb4b7de5a95f16712c28cf73b62114e93ee3dfec8 (patch)
tree6a96ea72eaf26046ced275cd266d2418af33eddc /apps
parent85099f5227b5e8ebb665988197f1f81227f31136 (diff)
parent3baa8d22a6d53e304388179f3a0e685cd85c0d34 (diff)
downloadnextcloud-server-b4b7de5a95f16712c28cf73b62114e93ee3dfec8.tar.gz
nextcloud-server-b4b7de5a95f16712c28cf73b62114e93ee3dfec8.zip
Merge pull request #21565 from nextcloud/fix/noid/fix-comment
comment was wrong, block is needed nevertheless
Diffstat (limited to 'apps')
-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;
}
}