ApiEchoUnreadNotificationPages: Only count bundle bases

Change-Id: I6da4b72c7326dcf1354253aa98fdff8b82678ed8
This commit is contained in:
Roan Kattouw 2016-06-13 20:18:50 +01:00
parent b98392824d
commit 00c5e5ae25

View file

@ -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__,