fix missing callback

This commit is contained in:
barisusakli
2014-10-19 16:39:36 -04:00
parent e9ec225d5b
commit 224218f519

View File

@@ -186,7 +186,7 @@ var async = require('async'),
return callback(null, []);
}
UserNotifications.getNotifications(nids, uid);
UserNotifications.getNotifications(nids, uid, callback);
});
};