From 0d8aa2755abd5b62cbf0d8368b2e97a73bfcdd0d Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Fri, 14 May 2010 15:31:14 +0200 Subject: Bug 565880: Do not throw an error when obsoleting an already obsolete attachment a=LpSolit --- template/en/default/global/code-error.html.tmpl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'template') diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 70dc64ab1..c91bc66ee 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -43,10 +43,6 @@ I don't recognize the value ([% action FILTER html %]) of the action variable. - [% ELSIF error == "attachment_already_obsolete" %] - Attachment #[% attach_id FILTER html %] ([% description FILTER html %]) - is already obsolete. - [% ELSIF error == "attachment_local_storage_disabled" %] [% title = "Local Storage Disabled" %] You cannot store attachments locally. This feature is disabled. -- cgit v1.2.3-24-g4f1b