Skip to content

Commit

Permalink
feature(groups): sidebar members show recently joined members
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Jul 2, 2015
1 parent 2eb5e5e commit fcf6e19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/groups/views/default/groups/sidebar/members.php
Expand Up @@ -22,6 +22,7 @@
'inverse_relationship' => true,
'type' => 'user',
'limit' => $limit,
'order_by' => 'r.time_created DESC',
'pagination' => false,
'list_type' => 'gallery',
'gallery_class' => 'elgg-gallery-users',
Expand Down

0 comments on commit fcf6e19

Please sign in to comment.