Send null as 2nd arg, not 3rd.

This commit is contained in:
Zach Copley 2009-07-02 15:09:48 -07:00
parent a9c83b064f
commit bca3b3d36f
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ class ConversationAction extends Action
function showContent()
{
$notices = Notice::conversationStream($this->id, 0, null);
$notices = Notice::conversationStream($this->id, null);
$ct = new ConversationTree($notices, $this);