From 00c5e5ae251c4e3c49bb85ab949cc464216ba0ca Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Mon, 13 Jun 2016 20:18:50 +0100 Subject: [PATCH] ApiEchoUnreadNotificationPages: Only count bundle bases Change-Id: I6da4b72c7326dcf1354253aa98fdff8b82678ed8 --- includes/api/ApiEchoUnreadNotificationPages.php | 1 + 1 file changed, 1 insertion(+) 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__,