Commit 1649198d authored by ghendricks%novell.com's avatar ghendricks%novell.com

Bug 383520 – Need to hook code-error.html.tmpl

Patch by ghendricks r=mkanat a=mkanat
parent e188b153
...@@ -426,12 +426,18 @@ ...@@ -426,12 +426,18 @@
Invalid setting for post_bug_submit_action Invalid setting for post_bug_submit_action
[% ELSE %] [% ELSE %]
[% title = "Internal error" %] [%# Try to find hooked error messages %]
An internal error has occurred, but [% terms.Bugzilla %] doesn't know [% error_message = Hook.process("errors") %]
what <code>[% error FILTER html %]</code> means. [% IF NOT error_message %]
[% title = "Internal error" %]
If you are a [% terms.Bugzilla %] end-user seeing this message, please save An internal error has occurred, but [% terms.Bugzilla %] doesn't know
this page and send it to [% Param('maintainer') %]. what <code>[% error FILTER html %]</code> means.
If you are a [% terms.Bugzilla %] end-user seeing this message, please save
this page and send it to [% Param('maintainer') %].
[% ELSE %]
[% error_message FILTER none %]
[% END %]
[% END %] [% END %]
[% END %] [% END %]
......
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