From: travis%sedsystems.ca <> Date: Tue, 8 Mar 2005 01:55:59 +0000 (+0000) Subject: Bug 284185 : Incorrect parameter in the "attachment_already_obsolete" error message X-Git-Tag: bugzilla-2.19.3~205 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93c8f090be6b746aebac8f65dbd1cf7e6a719369;p=thirdparty%2Fbugzilla.git Bug 284185 : Incorrect parameter in the "attachment_already_obsolete" error message Patch by Frederic Buclin r=wurblzap a=justdave --- diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 259be667c8..cfc8229c8c 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -43,7 +43,7 @@ of the action variable. [% ELSIF error == "attachment_already_obsolete" %] - Attachment #[% attachid FILTER html %] ([% description FILTER html %]) + Attachment #[% attach_id FILTER html %] ([% description FILTER html %]) is already obsolete. [% ELSIF error == "auth_err" %]