From: travis%sedsystems.ca <> Date: Tue, 8 Mar 2005 01:58:55 +0000 (+0000) Subject: Bug 284185 : Incorrect parameter in the "attachment_already_obsolete" error message X-Git-Tag: bugzilla-2.18.1~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cfcf7de9732504aef3d7bc4a4522b92d0dca7ea;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 91acc8f064..b6cf2f8de9 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" %]