From 8cfcf7de9732504aef3d7bc4a4522b92d0dca7ea Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Tue, 8 Mar 2005 01:58:55 +0000 Subject: Bug 284185 : Incorrect parameter in the "attachment_already_obsolete" error message Patch by Frederic Buclin r=wurblzap a=justdave --- template/en/default/global/code-error.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 91acc8f06..b6cf2f8de 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" %] -- cgit v1.2.3-65-gdbad