crash fix

This commit is contained in:
barisusakli
2015-04-22 11:10:42 -04:00
parent 8f5c393b12
commit a2497b050e

View File

@@ -234,7 +234,7 @@ SocketPosts.sendNotificationToPostOwner = function(pid, fromuid, notification) {
async.parallel({
username: async.apply(user.getUserField, fromuid, 'username'),
topicTitle: async.apply(topics.getTopicField, postData.tid, 'title'),
postObj: async.apply(postTools.parsePost, postData)
postObj: async.apply(posts.parsePost, postData)
}, function(err, results) {
if (err) {
return;