more fixes

This commit is contained in:
Baris Usakli
2013-07-03 12:21:24 -04:00
parent 98013536d1
commit 9c3046b89b
4 changed files with 28 additions and 32 deletions

View File

@@ -235,7 +235,7 @@ var RDB = require('./redis.js'),
function(next) {
topics.getTopicField(tid, 'title', function(title) {
topics.get_teaser(tid, function(teaser) {
topics.getTeaser(tid, function(teaser) {
notifications.create(teaser.username + ' has posted a reply to: "' + title + '"', null, '/topic/' + tid, 'topic:' + tid, function(nid) {
next(null, nid);
});