]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Use threaded replies in group inbox view
authorBrion Vibber <brion@pobox.com>
Wed, 2 Mar 2011 00:29:11 +0000 (16:29 -0800)
committerBrion Vibber <brion@pobox.com>
Wed, 2 Mar 2011 00:29:11 +0000 (16:29 -0800)
actions/showgroup.php

index 21256294f34e9b65551573536b5d0dd556881959..a38945c131b790c2f7b5d1f15e091020afe4c4d5 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,