From 09412ac813f4c14cd7969efcc8d9a8c103d34cc6 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Tue, 21 Jun 2016 15:55:49 +0200 Subject: [PATCH] PrimaryNoticeList so we get InfiniteScroll on profile pages --- actions/showstream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();