Misplaced ending parenthesis

This commit is contained in:
Mikael Nordfeldth 2017-07-10 14:12:47 +02:00
parent 035014b531
commit f13ab7323f

View File

@ -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);
}