Send null as 2nd arg, not 3rd.
This commit is contained in:
parent
a9c83b064f
commit
bca3b3d36f
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user