order notices in a conversation

This commit is contained in:
Evan Prodromou 2009-06-18 00:12:53 -07:00
parent c14c9e1a08
commit ba3a484a65
1 changed files with 2 additions and 0 deletions

View File

@ -217,6 +217,8 @@ class ConversationTree extends NoticeList
$this->out->elementStart('ol', array('class' => 'notices'));
sort($children);
foreach ($children as $child) {
$this->showNoticePlus($child);
}