diff options
Diffstat (limited to 'editworkflow.cgi')
-rwxr-xr-x | editworkflow.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editworkflow.cgi b/editworkflow.cgi index 7e51798fc..321f077fe 100755 --- a/editworkflow.cgi +++ b/editworkflow.cgi @@ -147,5 +147,5 @@ elsif ($action eq 'update_comment') { load_template('comment', 'workflow_updated'); } else { - ThrowCodeError("action_unrecognized", {action => $action}); + ThrowUserError('unknown_action', {action => $action}); } |