order notices in a conversation
This commit is contained in:
parent
c14c9e1a08
commit
ba3a484a65
|
@ -217,6 +217,8 @@ class ConversationTree extends NoticeList
|
||||||
|
|
||||||
$this->out->elementStart('ol', array('class' => 'notices'));
|
$this->out->elementStart('ol', array('class' => 'notices'));
|
||||||
|
|
||||||
|
sort($children);
|
||||||
|
|
||||||
foreach ($children as $child) {
|
foreach ($children as $child) {
|
||||||
$this->showNoticePlus($child);
|
$this->showNoticePlus($child);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user