show all the notices, not just latest 20

This commit is contained in:
Evan Prodromou 2009-07-01 14:45:09 -04:00
parent 3b6ff92495
commit 0057f3da81
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);
$notices = Notice::conversationStream($this->id, 0, null);
$ct = new ConversationTree($notices, $this);