Fix undeclared variable usage
Review Request #7192 — Created April 10, 2015 and submitted — Latest diff uploaded
Previously in some cases it was possible for
process.execute
to hit
an undeclared variable for the scope. The correct variable is now
referred to.