From: Arthur Schiwon Date: Wed, 24 Jun 2020 15:51:11 +0000 (+0200) Subject: comment was wrong, block is needed nevertheless X-Git-Tag: v20.0.0beta1~367^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F21565%2Fhead;p=nextcloud-server.git comment was wrong, block is needed nevertheless Signed-off-by: Arthur Schiwon --- 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; } }