]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/showgroup.php
Merge branch '3cl' into 1.0.x
[quix0rs-gnu-social.git] / actions / showgroup.php
index 397ca30505ebd7259581421bc9425828eacfc69f..411940ef9a2ed124a036e2db7d3fa53664aca0e2 100644 (file)
@@ -195,7 +195,7 @@ class ShowgroupAction extends GroupDesignAction
         $notice = $this->group->getNotices(($this->page-1)*NOTICES_PER_PAGE,
                                            NOTICES_PER_PAGE + 1);
 
-        $nl = new NoticeList($notice, $this);
+        $nl = new ThreadedNoticeList($notice, $this);
         $cnt = $nl->show();
 
         $this->pagination($this->page > 1,