]> 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:58:55 +0000 (01:58 +0000)
committertravis%sedsystems.ca <>
Tue, 8 Mar 2005 01:58:55 +0000 (01:58 +0000)
Patch by Frederic Buclin <LpSolit@gmail.com>   r=wurblzap  a=justdave

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

index 91acc8f064ecc91149f6c549673b10941ac810ee..b6cf2f8de94f7107725a2fcb72cb924f247843c0 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" %]