From 088fa6befcf93607020fa2c77fcfdc952239efb8 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 3 Jul 2009 10:48:15 -0400 Subject: null for both args in conversation --- actions/conversation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions') diff --git a/actions/conversation.php b/actions/conversation.php index 4c4471f83..0eb0d86d6 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); -- cgit v1.2.3-54-g00ecf