Merge branch 'master' into develop

This commit is contained in:
Julian Lam
2017-03-16 14:58:39 -04:00
8 changed files with 11 additions and 12 deletions

View File

@@ -96,8 +96,7 @@ function initializeNodeBB(callback) {
plugins.fireHook('filter:hotswap.prepare', [], next);
},
function (hotswapIds, next) {
routes(app, middleware, hotswapIds);
next();
routes(app, middleware, hotswapIds, next);
},
function (next) {
async.series([