From 9a86e64b466a16cdedcd826a586675d352aa72da Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 8 Apr 2011 18:03:42 -0400 Subject: [PATCH] use conversationnoticestream in conversationrepliesaction --- actions/conversationreplies.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/actions/conversationreplies.php b/actions/conversationreplies.php index 21780fdf1d..51bc97f1fc 100644 --- a/actions/conversationreplies.php +++ b/actions/conversationreplies.php @@ -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(); } -- 2.39.5