summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-06-18 10:52:40 -0700
committerZach Copley <zach@controlyourself.ca>2009-06-18 10:52:40 -0700
commitbde571728d5471feeb1d6ae0647b5f09346e6d5c (patch)
tree048cf14b97250e645625c79578f9d1e8c997cf5a /actions
parent65457e73bfc8fe04ad57acce7800cd7640f30e7e (diff)
parent3a0c6d6c6d33bf343c832be3bc38ec85062588c4 (diff)
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
* '0.8.x' of git@gitorious.org:laconica/dev: Display more oembed info in attachment popup. order notices in a conversation
Diffstat (limited to 'actions')
-rw-r--r--actions/conversation.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/conversation.php b/actions/conversation.php
index 20c68986c..d3fc5b6a9 100644
--- a/actions/conversation.php
+++ b/actions/conversation.php
@@ -217,6 +217,8 @@ class ConversationTree extends NoticeList
$this->out->elementStart('ol', array('class' => 'notices'));
+ sort($children);
+
foreach ($children as $child) {
$this->showNoticePlus($child);
}