Misplaced ending parenthesis
This commit is contained in:
parent
035014b531
commit
f13ab7323f
|
@ -114,7 +114,7 @@ class NotificationStream
|
|||
|
||||
$all = array_merge($all, $notifications);
|
||||
|
||||
if (count($notifications < count($ids))) {
|
||||
if (count($notifications) < count($ids)) {
|
||||
$offset += $limit;
|
||||
$limit -= count($notifications);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user