Initial test threaded convo view inline on public, all timelines

This commit is contained in:
Brion Vibber
2011-02-28 11:53:48 -08:00
parent 8cdf8cf33e
commit d806907b81
3 changed files with 177 additions and 2 deletions

View File

@@ -212,7 +212,7 @@ class PublicAction extends Action
function showContent()
{
$nl = new NoticeList($this->notice, $this);
$nl = new ThreadedNoticeList($this->notice, $this);
$cnt = $nl->show();