From b04aed85ba343e3dcc74ebde6fc72d5ab129b817 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 24 Nov 2009 08:25:51 +0000 Subject: Fix bustage: the 'extension_invalid' error tag is no longer used --- template/en/default/global/code-error.html.tmpl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'template/en/default/global/code-error.html.tmpl') 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" %] [% package FILTER html %] from [% filename FILTER html %] is not a subclass of -- cgit v1.2.3-24-g4f1b