summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2009-11-24 09:25:51 +0100
committerlpsolit%gmail.com <>2009-11-24 09:25:51 +0100
commitb04aed85ba343e3dcc74ebde6fc72d5ab129b817 (patch)
treee8853b9b6cd68a9b31e5d8acbaaa4add05a355c4
parent9b0ec35bdc8e742697db35a54cf26feeb9d1f858 (diff)
downloadbugzilla-b04aed85ba343e3dcc74ebde6fc72d5ab129b817.tar.gz
bugzilla-b04aed85ba343e3dcc74ebde6fc72d5ab129b817.tar.xz
Fix bustage: the 'extension_invalid' error tag is no longer used
-rw-r--r--template/en/default/global/code-error.html.tmpl4
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 b138de5e8..09a1c4cf6 100644
--- a/template/en/default/global/code-error.html.tmpl
+++ b/template/en/default/global/code-error.html.tmpl
@@ -139,10 +139,6 @@
address.
[% END %]
- [% ELSIF error == "extension_invalid" %]
- An error occurred processing hook [% name FILTER html %] in
- extension [% extension FILTER html %]: [% errstr FILTER html %]
-
[% ELSIF error == "extension_must_be_subclass" %]
<code>[% package FILTER html %]</code> from
<code>[% filename FILTER html %]</code> is not a subclass of