Merge "Fix E_NOTICE due to event_deleted missing on foreign psuedo-notification"

This commit is contained in:
jenkins-bot 2016-07-08 13:28:42 +00:00 committed by Gerrit Code Review
commit 5dfdafcbb5

View file

@ -386,6 +386,7 @@ class ApiEchoNotifications extends ApiCrossWikiBase {
'wikis' => $wikis,
'count' => $count
) );
$row->event_deleted = 0;
$row->notification_user = $user->getId();
$row->notification_timestamp = $maxTimestamp;