This commit is contained in:
barisusakli
2015-10-09 12:59:06 -04:00
parent 1dcdba9b2a
commit 1ddcb3f11c

View File

@@ -229,7 +229,7 @@ var async = require('async'),
return callback();
}
db.getObject('notification:' + nid, function(err, notification) {
db.getObject('notifications:' + nid, function(err, notification) {
if (err || !notification) {
return callback(err || new Error('[[error:no-notification]]'));
}