From bca3b3d36fb19c8583435febd2843a386a1469e6 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Thu, 2 Jul 2009 15:09:48 -0700 Subject: Send null as 2nd arg, not 3rd. --- actions/conversation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/conversation.php') diff --git a/actions/conversation.php b/actions/conversation.php index cd6f26329..468409189 100644 --- a/actions/conversation.php +++ b/actions/conversation.php @@ -107,7 +107,7 @@ class ConversationAction extends Action function showContent() { - $notices = Notice::conversationStream($this->id, 0, null); + $notices = Notice::conversationStream($this->id, null); $ct = new ConversationTree($notices, $this); -- cgit v1.2.3-54-g00ecf