diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2010-05-14 15:31:14 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-05-14 15:31:14 +0200 |
commit | 0d8aa2755abd5b62cbf0d8368b2e97a73bfcdd0d (patch) | |
tree | 1c0be7366e8de0e45edf1337d2fbc4584feb372b /template | |
parent | 1f1d6a5bcd5b77e8fbb8d827a614cdc1e3323c4d (diff) | |
download | bugzilla-0d8aa2755abd5b62cbf0d8368b2e97a73bfcdd0d.tar.gz bugzilla-0d8aa2755abd5b62cbf0d8368b2e97a73bfcdd0d.tar.xz |
Bug 565880: Do not throw an error when obsoleting an already obsolete attachment
a=LpSolit
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 4 |
1 files changed, 0 insertions, 4 deletions
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 (<em>[% action FILTER html %]</em>) of the <em>action</em> 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. |