From: lpsolit%gmail.com <> Date: Tue, 24 Nov 2009 08:25:51 +0000 (+0000) Subject: Fix bustage: the 'extension_invalid' error tag is no longer used X-Git-Tag: bugzilla-3.5.3~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b04aed85ba343e3dcc74ebde6fc72d5ab129b817;p=thirdparty%2Fbugzilla.git Fix bustage: the 'extension_invalid' error tag is no longer used --- diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index b138de5e84..09a1c4cf60 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" %] [% package FILTER html %] from [% filename FILTER html %] is not a subclass of