Commit b04aed85 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Fix bustage: the 'extension_invalid' error tag is no longer used

parent 9b0ec35b
...@@ -139,10 +139,6 @@ ...@@ -139,10 +139,6 @@
address. address.
[% END %] [% 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" %] [% ELSIF error == "extension_must_be_subclass" %]
<code>[% package FILTER html %]</code> from <code>[% package FILTER html %]</code> from
<code>[% filename FILTER html %]</code> is not a subclass of <code>[% filename FILTER html %]</code> is not a subclass of
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment