]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
order notices in a conversation
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 18 Jun 2009 07:12:53 +0000 (00:12 -0700)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 18 Jun 2009 07:12:53 +0000 (00:12 -0700)
actions/conversation.php

index 20c68986cbf15b8cfae58756ac9214abe0f79229..d3fc5b6a9c31d124056619d6a2a0d5c771f8ae10 100644 (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);
             }