show full threaded notice list in conversation view

This commit is contained in:
Evan Prodromou
2011-04-11 12:39:06 -04:00
parent 5b9062a518
commit d197c86a61
3 changed files with 76 additions and 17 deletions

View File

@@ -123,7 +123,7 @@ class ConversationAction extends Action
*/
function showContent()
{
$tnl = new ThreadedNoticeList($this->notices, $this, $this->userProfile);
$tnl = new FullThreadedNoticeList($this->notices, $this, $this->userProfile);
$cnt = $tnl->show();
}