diff options
author | lpsolit%gmail.com <> | 2009-11-24 09:25:51 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2009-11-24 09:25:51 +0100 |
commit | b04aed85ba343e3dcc74ebde6fc72d5ab129b817 (patch) | |
tree | e8853b9b6cd68a9b31e5d8acbaaa4add05a355c4 /template/en/default/global | |
parent | 9b0ec35bdc8e742697db35a54cf26feeb9d1f858 (diff) | |
download | bugzilla-b04aed85ba343e3dcc74ebde6fc72d5ab129b817.tar.gz bugzilla-b04aed85ba343e3dcc74ebde6fc72d5ab129b817.tar.xz |
Fix bustage: the 'extension_invalid' error tag is no longer used
Diffstat (limited to 'template/en/default/global')
-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 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 |