use conversationnoticestream in conversationrepliesaction

This commit is contained in:
Evan Prodromou 2011-04-08 18:03:42 -04:00
parent 79f3c0939b
commit 9a86e64b46
1 changed files with 1 additions and 3 deletions

View File

@ -66,9 +66,7 @@ class ConversationRepliesAction extends ConversationAction
*/
function showContent()
{
$notices = Notice::conversationStream($this->id, null, null);
$ct = new FullThreadedNoticeList($notices, $this);
$ct = new FullThreadedNoticeList($this->notices, $this);
$cnt = $ct->show();
}