null for both args in conversation

This commit is contained in:
Evan Prodromou 2009-07-03 10:48:15 -04:00
parent e2f8b8d65d
commit 088fa6befc
1 changed files with 1 additions and 1 deletions

View File

@ -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);