]> source.dussan.org Git - nextcloud-server.git/commitdiff
comment was wrong, block is needed nevertheless 21565/head
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Wed, 24 Jun 2020 15:51:11 +0000 (17:51 +0200)
committerArthur Schiwon <blizzz@arthur-schiwon.de>
Wed, 24 Jun 2020 15:51:11 +0000 (17:51 +0200)
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
apps/user_ldap/lib/Access.php

index d58106707efa91967056e5185eeb8f8040beaaf5..671f74825ba223da77d1741a8ff773a0f1f390cc 100644 (file)
@@ -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;
                                }
                        }