There was an error while loading. Please reload this page.
2 parents a3a6685 + 6795b35 commit 9c4d562Copy full SHA for 9c4d562
1 file changed
lib/private/User/Manager.php
@@ -478,6 +478,7 @@ public function callForSeenUsers(\Closure $callback) {
478
if ($return === false) {
479
return;
480
}
481
+ break;
482
483
484
@@ -488,7 +489,7 @@ public function callForSeenUsers(\Closure $callback) {
488
489
* Getting all userIds that have a listLogin value requires checking the
490
* value in php because on oracle you cannot use a clob in a where clause,
491
* preventing us from doing a not null or length(value) > 0 check.
- *
492
+ *
493
* @param int $limit
494
* @param int $offset
495
* @return string[] with user ids
0 commit comments