wrong upgrade message

v1.18.x
psychobunny
parent ae009e04bd
commit 068402c8ac

@ -738,11 +738,11 @@ Upgrade.upgrade = function(callback) {
"data": {} "data": {}
} }
]), function(err) { ]), function(err) {
winston.info('[2014/2/20] Updated MOTD to use the HTML widget.'); winston.info('[2014/2/20] Adding Recent Replies, Active Users, and Moderator widgets to category sidebar.');
next(err); next(err);
}); });
} else { } else {
winston.info('[2014/2/20] Updating MOTD to use the HTML widget - skipped'); winston.info('[2014/2/20] Adding Recent Replies, Active Users, and Moderator widgets to category sidebar - skipped');
next(); next();
} }
} }

Loading…
Cancel
Save