fix typoed variable name

v1.18.x
Ben Lubar 8 years ago
parent 123c66e3ec
commit 69ee813d3e
No known key found for this signature in database
GPG Key ID: 018BAB45DB2D2B24

@ -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([

Loading…
Cancel
Save