]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
PrimaryNoticeList so we get InfiniteScroll on profile pages
authorMikael Nordfeldth <mmn@hethane.se>
Tue, 21 Jun 2016 13:55:49 +0000 (15:55 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Tue, 21 Jun 2016 13:55:49 +0000 (15:55 +0200)
actions/showstream.php

index ca901ce794f68bd6c5eb6d721469f3d4104ba274..97b21b12864c73f8a61d8a6279a85030d8ba8163 100644 (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();