]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/all.php
Actually use the PrimaryNoticeList in actions
[quix0rs-gnu-social.git] / actions / all.php
index 5933d009466047ff4e345133c6e5598cea985502..d6dd8e8af53715bd5ac7995c61f003d75075da33 100644 (file)
@@ -156,7 +156,7 @@ class AllAction extends ProfileAction
             }
 
             if (!empty($current_user) && $current_user->streamModeOnly()) {
-                $nl = new NoticeList($this->notice, $this);
+                $nl = new PrimaryNoticeList($this->notice, $this, array('show_n'=>NOTICES_PER_PAGE));
             } else {
                 $nl = new ThreadedNoticeList($this->notice, $this, $profile);
             }