diff options
author | Dylan William Hardison <dylan@hardison.net> | 2016-11-15 15:28:58 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2016-11-15 15:28:58 +0100 |
commit | 9b24c23b18f6fe5632b174896b36fac84057f5f7 (patch) | |
tree | 9a26386c90384b75d6b8eebab1f209ffb7759d35 /template/en/default/global | |
parent | 874e96c2423c772564c9dc63254baa99e86f270b (diff) | |
download | bugzilla-9b24c23b18f6fe5632b174896b36fac84057f5f7.tar.gz bugzilla-9b24c23b18f6fe5632b174896b36fac84057f5f7.tar.xz |
Revert "Bug 1314201 - ThrowUserError and ThrowCodeError should print headers if headers have not already been printed"
This reverts commit 874e96c2423c772564c9dc63254baa99e86f270b.
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index f78c954d7..18650de7d 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -198,10 +198,6 @@ [% title = "Field Type Not Specified" %] You must specify a type when creating a custom field. - [% ELSIF error == "headers_already_sent" %] - [% title = "Tried to send headers twice" %] - Somewhere inside [% terms.Bugzilla %], code attempted to sent HTTP headers more than once. - [% ELSIF error == "illegal_content_type_method" %] Your form submission got corrupted somehow. The <em>content method</em> field, which specifies how the content type gets determined, |