From 0057f3da81f074be30f7e005e5b79b58a7c3acc7 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 1 Jul 2009 14:45:09 -0400 Subject: show all the notices, not just latest 20 --- 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 79197da2d..e0fb08fa7 100644 --- a/actions/conversation.php +++ b/actions/conversation.php @@ -107,7 +107,7 @@ class ConversationAction extends Action function showContent() { - $notices = Notice::conversationStream($this->id); + $notices = Notice::conversationStream($this->id, 0, null); $ct = new ConversationTree($notices, $this); -- cgit v1.2.3-54-g00ecf