diff --git a/includes/api/ApiEchoUnreadNotificationPages.php b/includes/api/ApiEchoUnreadNotificationPages.php index fd65b54db..35136c05c 100644 --- a/includes/api/ApiEchoUnreadNotificationPages.php +++ b/includes/api/ApiEchoUnreadNotificationPages.php @@ -58,6 +58,7 @@ class ApiEchoUnreadNotificationPages extends ApiCrossWikiBase { array( 'notification_user' => $this->getUser()->getId(), 'notification_read_timestamp' => null, + 'notification_bundle_base' => 1, 'event_page_id IS NOT NULL', ), __METHOD__,