Follow-up 4e64643eb: Count pageless notifications when counting pageless notifications

Bug: T137502
Change-Id: I9e861cf97d0d8850dcbe732da496e34d434e4554
This commit is contained in:
Roan Kattouw 2016-08-15 11:35:28 -07:00
parent c81e1b93d2
commit 8016c9628b

View file

@ -61,7 +61,6 @@ class ApiEchoUnreadNotificationPages extends ApiCrossWikiBase {
array(
'notification_user' => $this->getUser()->getId(),
'notification_read_timestamp' => null,
'event_page_id IS NOT NULL',
'event_deleted' => 0,
),
__METHOD__,