From 149120a186904e5028a7863bff013057e388939b Mon Sep 17 00:00:00 2001 From: barisusakli Date: Thu, 5 Feb 2015 18:22:19 -0500 Subject: [PATCH] fix notif url in topic notification email --- src/topics/follow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/topics/follow.js b/src/topics/follow.js index 7d88c9752e..7bcfab8ea7 100644 --- a/src/topics/follow.js +++ b/src/topics/follow.js @@ -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 {