From: Evan Prodromou Date: Fri, 3 Jul 2009 14:48:15 +0000 (-0400) Subject: null for both args in conversation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=088fa6befcf93607020fa2c77fcfdc952239efb8;p=quix0rs-gnu-social.git null for both args in conversation --- diff --git a/actions/conversation.php b/actions/conversation.php index 4c4471f832..0eb0d86d65 100644 --- a/actions/conversation.php +++ b/actions/conversation.php @@ -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);