PrimaryNoticeList so we get InfiniteScroll on profile pages

This commit is contained in:
Mikael Nordfeldth 2016-06-21 15:55:49 +02:00
parent 16f4583498
commit 09412ac813
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ class ShowstreamAction extends NoticestreamAction
function showNotices()
{
$pnl = new NoticeList($this->notice, $this);
$pnl = new PrimaryNoticeList($this->notice, $this);
$cnt = $pnl->show();
if (0 == $cnt) {
$this->showEmptyListMessage();