summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-07-03 10:48:15 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-07-03 10:48:15 -0400
commit088fa6befcf93607020fa2c77fcfdc952239efb8 (patch)
tree6e6ab19203e27fa3d83dd410db322630f5d64ba9 /actions
parente2f8b8d65d3018ba8bee9e6be51f5ce445d433ef (diff)
null for both args in conversation
Diffstat (limited to 'actions')
-rw-r--r--actions/conversation.php2
1 files changed, 1 insertions, 1 deletions
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);