mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-24 21:13:54 -04:00
include all groups in user csv export
This commit is contained in:
parent
f959bf7d93
commit
8b56c16e14
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ module Jobs
|
|||
|
||||
def get_group_names(user)
|
||||
group_names = []
|
||||
groups = user.custom_groups
|
||||
groups = user.groups
|
||||
groups.each do |group|
|
||||
group_names.push(group.name)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue