]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
fixed ordering of messageboard posts
authorcash <cash.costello@gmail.com>
Sun, 26 Jun 2011 00:23:30 +0000 (20:23 -0400)
committercash <cash.costello@gmail.com>
Sun, 26 Jun 2011 00:23:30 +0000 (20:23 -0400)
mod/messageboard/pages/messageboard/owner.php

index 58021c29ef249373a65f322ec7ed29b2733fb14e..62c8ff6f476131b7b429d3ecdf34e83e6ff76bf8 100644 (file)
@@ -16,7 +16,8 @@ elgg_push_breadcrumb($page_owner->name, $page_owner->getURL());
 $options = array(
        'annotations_name' => 'messageboard',
        'guid' => $page_owner_guid,
-       'limit' => 10
+       'limit' => 10,
+       'order_by' => 'time_created DESC',
 );
 
 if ($history_user) {