mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 20:16:04 +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