diff options
author | Byron Jones <bjones@mozilla.com> | 2012-04-26 09:10:53 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-04-26 09:10:53 +0200 |
commit | 700a5600d148865c50dd3b0d2b9233e4414d5789 (patch) | |
tree | bab360e73fee7cf82a50adb9e2745039cdd02db0 /template/en/default/global | |
parent | d703b0e69148da3cf5e01268ec0d288743ed2734 (diff) | |
download | bugzilla-700a5600d148865c50dd3b0d2b9233e4414d5789.tar.gz bugzilla-700a5600d148865c50dd3b0d2b9233e4414d5789.tar.xz |
bug 749069: more "use of uninitialized" warning fixes
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
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") %] |