Merge branch 'plugins' of github.com:designcreateplay/NodeBB into plugins

v1.18.x
Julian Lam 12 years ago
commit c2d7bf87e9

@ -117,6 +117,10 @@ var fs = require('fs'),
// Do nothing... // Do nothing...
break; break;
} }
} else {
// Otherwise, this hook contains no methods
var returnVal = (Array.isArray(args) ? args[0] : args);
if (callback) callback(returnVal);
} }
}, },
isActive: function(id, callback) { isActive: function(id, callback) {

Loading…
Cancel
Save