X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fshowgroup.php;h=da95b6a411b4b811c4ae4bc81edb21fdd27c2130;hb=d6b28c64830f632bb2f4b6f3c9369b9e56ad217a;hp=3bfeac33443cc4051bb1adc7b7517a4a26d3dea4;hpb=b8506d775833fa7ea53e08c58fdf23a4d1257727;p=quix0rs-gnu-social.git diff --git a/actions/showgroup.php b/actions/showgroup.php index 3bfeac3344..da95b6a411 100644 --- a/actions/showgroup.php +++ b/actions/showgroup.php @@ -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); }