summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2016-12-15 00:49:48 +0100
committerDylan William Hardison <dylan@hardison.net>2016-12-15 00:50:08 +0100
commit490499f9a35b36b72c0b7b30322b9838774b93fe (patch)
tree541fe6f0b4c74e5ac320698e2ef372ffa948b9ec /template/en/default/bug
parent9f141e825ed983fd2540bbfadb4be693ddce16a5 (diff)
downloadbugzilla-490499f9a35b36b72c0b7b30322b9838774b93fe.tar.gz
bugzilla-490499f9a35b36b72c0b7b30322b9838774b93fe.tar.xz
Bug 1313766 - Bugzilla::Bug->send_changes() should not output HTML directly
Diffstat (limited to 'template/en/default/bug')
-rw-r--r--template/en/default/bug/process/bugmail.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/bug/process/bugmail.html.tmpl b/template/en/default/bug/process/bugmail.html.tmpl
index 21e4ff7b7..0c4f2f27d 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 CGI %]
+[% USE Bugzilla %]
[% PROCESS global/variables.none.tmpl %]
[%# hide the recipient list by default from new users %]
[% show_recipients =
user.settings.post_bug_submit_action.value == 'nothing'
- || CGI.cookie('show_bugmail_recipients')
+ || Bugzilla.cgi.cookie('show_bugmail_recipients')
|| !user.can_see_bug(mailing_bugid)
%]
[% recipient_count = sent_bugmail.sent.size %]