]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
use conversationnoticestream in conversationrepliesaction
authorEvan Prodromou <evan@status.net>
Fri, 8 Apr 2011 22:03:42 +0000 (18:03 -0400)
committerEvan Prodromou <evan@status.net>
Fri, 8 Apr 2011 22:03:42 +0000 (18:03 -0400)
actions/conversationreplies.php

index 21780fdf1da4a16d9545ce6d9f9250564dc3e2e6..51bc97f1fceaafb6594b28ade68bed45ab93cdab 100644 (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();
     }