From c558f9f5ab886ca1202ba7095803319361e06290 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Thu, 20 May 2010 17:38:16 +0200 Subject: Bug 565879: Merge ThrowCodeError("action_unrecognized"), ThrowUserError("no_valid_action") and ThrowCodeError("unknown_action") r=ghendricks a=LpSolit --- editfields.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editfields.cgi') diff --git a/editfields.cgi b/editfields.cgi index 0f7a45fb7..e207a2ee4 100755 --- a/editfields.cgi +++ b/editfields.cgi @@ -171,5 +171,5 @@ elsif ($action eq 'delete') { || ThrowTemplateError($template->error()); } else { - ThrowUserError('no_valid_action', {'field' => 'custom_field'}); + ThrowUserError('unknown_action', {action => $action}); } -- cgit v1.2.3-24-g4f1b