From 8cacecb6dc8f5e467c0782dccc413789c698dd43 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 1 Mar 2011 16:29:11 -0800 Subject: [PATCH] Use threaded replies in group inbox view --- actions/showgroup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,