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