Skip to content

Commit

Permalink
Fix query see BT#10676
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed Jan 13, 2016
1 parent e4f3355 commit 1c3b188
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/inc/lib/usergroup.lib.php
Expand Up @@ -1840,6 +1840,7 @@ public function get_groups_by_age($num = 6, $with_image = true)
INNER JOIN $table_group_rel_user gu
ON gu.usergroup_id = g.id
$where_relation_condition
GROUP BY g.id
ORDER BY created_at DESC
LIMIT $num ";

Expand Down

0 comments on commit 1c3b188

Please sign in to comment.