Skip to content

Commit

Permalink
fixed: forum topics widget ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Jun 21, 2012
1 parent 0710604 commit d64cb75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ x.x:
- fixed: PHP wanring in group_river_widget
- fixed: pagination in group members sidebar
- fixed: invite autocomplete not using default autocomplete features
- fixed: forum topics widget ordering
- changed: plugin settings layout

2.2 (2012-05-07):
Expand Down
1 change: 1 addition & 0 deletions views/default/widgets/group_forum_topics/content.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
'type' => 'object',
'subtype' => 'groupforumtopic',
'container_guid' => $group->getGUID(),
'order_by' => 'e.last_action desc',
'limit' => $topic_count,
'full_view' => false,
'pagination' => false,
Expand Down

0 comments on commit d64cb75

Please sign in to comment.