Subject: | Missing $ in error message |
There is a missing $ in front of orig_condition causing the literal term
'orig_condition' to be included in the error message instead of the
value of the variable in the following code:
workflow_error "No access to action '$action_name' in ",
"state '$state' because cached ",
"condition 'orig_condition' already ",
"failed before.";