diff --git a/actions/showstream.php b/actions/showstream.php index ca901ce794..97b21b1286 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -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();