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

v1.18.x
psychobunny 11 years ago
commit c054ae121b

@ -203,12 +203,8 @@ Upgrade.upgrade = function(callback) {
} else { } else {
winston.info('[2014/2/20] Activating NodeBB Essential Widgets - skipped'); 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) { function(next) {
thisSchemaDate = Date.UTC(2014, 1, 22); thisSchemaDate = Date.UTC(2014, 1, 22);

Loading…
Cancel
Save