]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/showgroup.php
Merge branch 'master' into nightly
[quix0rs-gnu-social.git] / actions / showgroup.php
index e2b5e8d547cb6ac8eea41e8f7e1f3c0592ace1df..46d0a227f536ecc4253212e6b55cb5fe2ba71d1b 100644 (file)
@@ -149,7 +149,7 @@ class ShowgroupAction extends GroupAction
         $user = common_current_user();
 
         if (!empty($user) && $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, $this->userProfile);
         }