UserEmailSummaryHandler: correct instantiation of InboxNoticeStream
It only takes a single Profile argument....
This commit is contained in:
parent
9fd2541b52
commit
2f506dde28
|
@ -103,7 +103,7 @@ class UserEmailSummaryHandler extends QueueHandler
|
|||
}
|
||||
|
||||
// An InboxNoticeStream for a certain user, scoped to its own view
|
||||
$stream = new InboxNoticeStream($profile, $profile);
|
||||
$stream = new InboxNoticeStream($profile);
|
||||
|
||||
$notice = $stream->getNotices(0, self::MAX_NOTICES, $since_id);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user