barisusakli
2014-11-05 18:59:20 -05:00
parent a6e498bb5d
commit 595ff1f4b1
8 changed files with 32 additions and 52 deletions

View File

@@ -68,7 +68,7 @@ module.exports = function(Topics) {
}
}
posts.getUserInfoForPosts(uids, function(err, users) {
posts.getUserInfoForPosts(uids, uid, function(err, users) {
if (err) {
return next(err);
}