mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-05 12:01:17 +01:00
closes #3589
This commit is contained in:
@@ -444,7 +444,7 @@ var async = require('async'),
|
||||
}
|
||||
});
|
||||
|
||||
Groups.getGroupsData(memberOf, next);
|
||||
Groups.getGroupsAndMembers(memberOf, next);
|
||||
});
|
||||
}, next);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user