]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 284185 : Incorrect parameter in the "attachment_already_obsolete" error message
authortravis%sedsystems.ca <>
Tue, 8 Mar 2005 01:55:59 +0000 (01:55 +0000)
committertravis%sedsystems.ca <>
Tue, 8 Mar 2005 01:55:59 +0000 (01:55 +0000)
Patch by Frederic Buclin <LpSolit@gmail.com>   r=wurblzap  a=justdave

template/en/default/global/code-error.html.tmpl

index 259be667c8383d48fa8cedfc8956a1368642bf7b..cfc8229c8cc4b79001af04c42c3e137e149588b5 100644 (file)
@@ -43,7 +43,7 @@
     of the <em>action</em> 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" %]