Skip to content

Commit ca84513

Browse files
authored
Merge pull request #21571 from nextcloud/backport/21565/stable19
[stable19] comment was wrong, block is needed nevertheless
2 parents d4343de + 2a3ebe4 commit ca84513

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/user_ldap/lib/Access.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2051,8 +2051,7 @@ private function initPagedSearch(
20512051
$this->search($filter, $base, $attr, $limit, $reOffset, true);
20522052
if (!$this->hasMoreResults()) {
20532053
// when the cookie is reset with != 0 offset, there are no further
2054-
// results, so stop. This if block is not necessary with new API
2055-
// and can be removed with dropping PHP 7.2
2054+
// results, so stop.
20562055
return false;
20572056
}
20582057
}

0 commit comments

Comments
 (0)