From e0040665d073cb044bcee0aac730d8fca175d852 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Fri, 16 Dec 2016 15:44:19 -0500 Subject: Revert "Bug 1313766 - Bugzilla::Bug->send_changes() should not output HTML directly" This reverts commit 490499f9a35b36b72c0b7b30322b9838774b93fe. --- template/en/default/bug/process/bugmail.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/en/default/bug') diff --git a/template/en/default/bug/process/bugmail.html.tmpl b/template/en/default/bug/process/bugmail.html.tmpl index 0c4f2f27d..21e4ff7b7 100644 --- a/template/en/default/bug/process/bugmail.html.tmpl +++ b/template/en/default/bug/process/bugmail.html.tmpl @@ -24,13 +24,13 @@ # sent_bugmail: The results of Bugzilla::BugMail::Send(). #%] -[% USE Bugzilla %] +[% USE CGI %] [% PROCESS global/variables.none.tmpl %] [%# hide the recipient list by default from new users %] [% show_recipients = user.settings.post_bug_submit_action.value == 'nothing' - || Bugzilla.cgi.cookie('show_bugmail_recipients') + || CGI.cookie('show_bugmail_recipients') || !user.can_see_bug(mailing_bugid) %] [% recipient_count = sent_bugmail.sent.size %] -- cgit v1.2.3-24-g4f1b