diff --git a/actions/conversation.php b/actions/conversation.php index 4c4471f832..0eb0d86d65 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);