mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-18 02:20:49 +01:00
fixed #2655
This commit is contained in:
@@ -32,7 +32,7 @@ groupsController.details = function(req, res, next) {
|
||||
}, next);
|
||||
},
|
||||
posts: function(next) {
|
||||
groups.getLatestMemberPosts(req.params.name, 10, uid, next);
|
||||
groups.getLatestMemberPosts(req.params.slug, 10, uid, next);
|
||||
}
|
||||
}, function(err, results) {
|
||||
if (err) {
|
||||
|
||||
Reference in New Issue
Block a user