Merge pull request #21571 from nextcloud/backport/21565/stable19
[stable19] comment was wrong, block is needed nevertheless
This commit is contained in:
commit
ca845138b7
|
@ -2051,8 +2051,7 @@ class Access extends LDAPUtility {
|
||||||
$this->search($filter, $base, $attr, $limit, $reOffset, true);
|
$this->search($filter, $base, $attr, $limit, $reOffset, true);
|
||||||
if (!$this->hasMoreResults()) {
|
if (!$this->hasMoreResults()) {
|
||||||
// when the cookie is reset with != 0 offset, there are no further
|
// when the cookie is reset with != 0 offset, there are no further
|
||||||
// results, so stop. This if block is not necessary with new API
|
// results, so stop.
|
||||||
// and can be removed with dropping PHP 7.2
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue