From 9b24c23b18f6fe5632b174896b36fac84057f5f7 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 15 Nov 2016 09:28:58 -0500 Subject: Revert "Bug 1314201 - ThrowUserError and ThrowCodeError should print headers if headers have not already been printed" This reverts commit 874e96c2423c772564c9dc63254baa99e86f270b. --- template/en/default/global/code-error.html.tmpl | 4 ---- 1 file changed, 4 deletions(-) (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 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 content method field, which specifies how the content type gets determined, -- cgit v1.2.3-24-g4f1b