From 700a5600d148865c50dd3b0d2b9233e4414d5789 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 26 Apr 2012 15:10:53 +0800 Subject: bug 749069: more "use of uninitialized" warning fixes --- template/en/default/global/code-error.html.tmpl | 4 ++++ 1 file changed, 4 insertions(+) (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 8a4252a7e..b4bf0d9bd 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -467,6 +467,10 @@ [% ELSIF error == "invalid_post_bug_submit_action" %] Invalid setting for post_bug_submit_action + [% ELSIF error == "search_field_operator_unsupported" %] + [% terms.Bugzilla %] does not support the search type + "[% operator FILTER html %]". + [% ELSE %] [%# Try to find hooked error messages %] [% error_message = Hook.process("errors") %] -- cgit v1.2.3-24-g4f1b