fix notif url in topic notification email

v1.18.x
barisusakli 10 years ago
parent 832430ed37
commit 149120a186

@ -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 {

Loading…
Cancel
Save