diff --git a/src/user/notifications.js b/src/user/notifications.js index 4f290d8f92..df7e6c8e2a 100644 --- a/src/user/notifications.js +++ b/src/user/notifications.js @@ -186,7 +186,7 @@ var async = require('async'), return callback(null, []); } - UserNotifications.getNotifications(nids, uid); + UserNotifications.getNotifications(nids, uid, callback); }); };