fix notif url in topic notification email

This commit is contained in:
barisusakli
2015-02-05 18:22:19 -05:00
parent 832430ed37
commit 149120a186

View File

@@ -142,7 +142,7 @@ module.exports = function(Topics) {
postBody: postData.content,
site_title: meta.config.title || 'NodeBB',
username: data.userData.username,
url: nconf.get('url') + '/topics/' + postData.topic.tid,
url: nconf.get('url') + '/topic/' + postData.topic.tid,
base_url: nconf.get('url')
}, next);
} else {