]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
null for both args in conversation
authorEvan Prodromou <evan@controlyourself.ca>
Fri, 3 Jul 2009 14:48:15 +0000 (10:48 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Fri, 3 Jul 2009 14:48:15 +0000 (10:48 -0400)
actions/conversation.php

index 4c4471f8328128e861f546362464506cf6be351d..0eb0d86d65e0e61a974fb95d672b0756cdc24d67 100644 (file)
@@ -110,7 +110,7 @@ class ConversationAction extends Action
 
     function showContent()
     {
-        $notices = Notice::conversationStream($this->id, 0, null);
+        $notices = Notice::conversationStream($this->id, null, null);
 
         $ct = new ConversationTree($notices, $this);