From: Mikael Nordfeldth Date: Tue, 21 Jun 2016 13:55:49 +0000 (+0200) Subject: PrimaryNoticeList so we get InfiniteScroll on profile pages X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=09412ac813f4c14cd7969efcc8d9a8c103d34cc6;p=quix0rs-gnu-social.git PrimaryNoticeList so we get InfiniteScroll on profile pages --- 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();