Use threaded replies in group inbox view

This commit is contained in:
Brion Vibber 2011-03-01 16:29:11 -08:00
parent 018b11a883
commit 8cacecb6dc
1 changed files with 1 additions and 1 deletions

View 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,