diff --git a/src/threadTools.js b/src/threadTools.js index e217f59b81..51c5b0d141 100644 --- a/src/threadTools.js +++ b/src/threadTools.js @@ -271,7 +271,7 @@ var RDB = require('./redis.js'), topics.getTopicField(tid, 'title', function(err, title) { topics.getTeaser(tid, function(err, teaser) { if (!err) { - notifications.create('' + teaser.username + ' has posted a reply to: "' + title + '"', null, '/topic/' + tid, 'topic:' + tid, function(nid) { + notifications.create('' + teaser.username + ' has posted a reply to: "' + title + '"', null, nconf.get('relative_path') + '/topic/' + tid, 'topic:' + tid, function(nid) { next(null, nid); }); } else next(err);