mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-02 10:09:51 -04:00
Merge pull request #2907 from techAPJ/patch-1
include all groups in user csv export
This commit is contained in:
commit
1962563c31
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
Reference in a new issue