summaryrefslogtreecommitdiffstats
path: root/editworkflow.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'editworkflow.cgi')
-rwxr-xr-xeditworkflow.cgi2
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});
}