Merge remote-tracking branch 'origin/master' into webserver.js-refactor

This commit is contained in:
psychobunny
2014-03-06 10:56:36 -05:00

View File

@@ -203,11 +203,7 @@ Upgrade.upgrade = function(callback) {
} else {
winston.info('[2014/2/20] Activating NodeBB Essential Widgets - skipped');
if (err) {
next(err);
} else {
Upgrade.update(thisSchemaDate, next);
}
Upgrade.update(thisSchemaDate, next);
}
},
function(next) {