fix typoed variable name

This commit is contained in:
Ben Lubar
2016-10-27 13:31:43 -05:00
parent 123c66e3ec
commit 69ee813d3e

View File

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