(drunk) not even done yet
This commit is contained in:
barisusakli
2014-08-16 21:33:42 -04:00
parent 3011491863
commit ca90afd544
14 changed files with 178 additions and 108 deletions

View File

@@ -69,7 +69,7 @@ Controllers.home = function(req, res, next) {
return next(err);
}
categories.getRecentTopicReplies(categoryData, function(err) {
categories.getRecentTopicReplies(categoryData, uid, function(err) {
next(err, categoryData);
});
});