mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-13 08:00:43 +01:00
fix typoed variable name
This commit is contained in:
@@ -924,7 +924,7 @@ Upgrade.upgrade = function (callback) {
|
||||
}
|
||||
|
||||
async.each(data, function (postData, next) {
|
||||
if (!parseInt(post.toPid, 10)) {
|
||||
if (!parseInt(postData.toPid, 10)) {
|
||||
return next(null);
|
||||
}
|
||||
async.parallel([
|
||||
|
||||
Reference in New Issue
Block a user