mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 03:26:04 +01:00
derp
This commit is contained in:
@@ -450,7 +450,7 @@ var fs = require('fs'),
|
|||||||
}, callback);
|
}, callback);
|
||||||
}
|
}
|
||||||
|
|
||||||
function fireStaticHook(hook, hookList, params,callback) {
|
function fireStaticHook(hook, hookList, params, callback) {
|
||||||
async.each(hookList, function(hookObj, next) {
|
async.each(hookList, function(hookObj, next) {
|
||||||
if (typeof hookObj.method === 'function') {
|
if (typeof hookObj.method === 'function') {
|
||||||
hookObj.method(params, next);
|
hookObj.method(params, next);
|
||||||
|
|||||||
Reference in New Issue
Block a user