null for both args in conversation
This commit is contained in:
parent
e2f8b8d65d
commit
088fa6befc
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user