From: Brion Vibber Date: Wed, 2 Mar 2011 00:29:11 +0000 (-0800) Subject: Use threaded replies in group inbox view X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8cacecb6dc8f5e467c0782dccc413789c698dd43;p=quix0rs-gnu-social.git Use threaded replies in group inbox view --- diff --git a/actions/showgroup.php b/actions/showgroup.php index 21256294f3..a38945c131 100644 --- a/actions/showgroup.php +++ b/actions/showgroup.php @@ -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,