mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 17:27:13 +02:00
wrong upgrade message
This commit is contained in:
@@ -738,11 +738,11 @@ Upgrade.upgrade = function(callback) {
|
||||
"data": {}
|
||||
}
|
||||
]), 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);
|
||||
});
|
||||
} 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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user