From 1ddcb3f11cebdd91a2ea67cc0d78e8b25bfda64d Mon Sep 17 00:00:00 2001 From: barisusakli Date: Fri, 9 Oct 2015 12:59:06 -0400 Subject: [PATCH] closes #3740 --- src/notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notifications.js b/src/notifications.js index 7327ae7b87..93c4f1f124 100644 --- a/src/notifications.js +++ b/src/notifications.js @@ -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]]')); }