mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-20 13:10:40 +02: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