From a32a16cafd772c918f2487423aa3317149bfff75 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Tue, 19 Dec 2006 14:43:10 +0000 Subject: Bug 364250: If a hook fails, no error is available for diagnosis Patch By Max Kanat-Alexander r=colin, a=myk --- template/en/default/global/code-error.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/global') diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index d48b89993..b92fa4436 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -139,7 +139,7 @@ [% ELSIF error == "extension_invalid" %] An error occurred processing hook [% name FILTER html %] in - extension [% extension FILTER html %]. + extension [% extension FILTER html %]: [% errstr FILTER html %] [% ELSIF error == "extern_id_conflict" %] The external ID '[% extern_id FILTER html %]' already exists -- cgit v1.2.1