diff options
-rw-r--r-- | actions/conversation.php | 2 |
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); |