diff --git a/classes/NotificationStream.php b/classes/NotificationStream.php index 15e399f..6f0b449 100644 --- a/classes/NotificationStream.php +++ b/classes/NotificationStream.php @@ -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); }