up spam-be-gone

v1.18.x
Baris Usakli 8 years ago
parent 7ab152e582
commit 2053726c81

@ -62,7 +62,7 @@
"nodebb-plugin-markdown": "8.0.3",
"nodebb-plugin-mentions": "2.1.5",
"nodebb-plugin-soundpack-default": "1.0.0",
"nodebb-plugin-spam-be-gone": "0.5.0",
"nodebb-plugin-spam-be-gone": "0.5.1",
"nodebb-rewards-essentials": "0.0.9",
"nodebb-theme-lavender": "4.0.5",
"nodebb-theme-persona": "5.0.21",

@ -121,13 +121,7 @@ module.exports = function (Plugins) {
}
hookObj.method(params, next);
}, function (err, values) {
if (err) {
winston.error('[plugins] ' + hook + ', ' + err.message);
}
callback(err, values);
});
}, callback);
}
function fireActionHook(hook, hookList, params, callback) {

Loading…
Cancel
Save