summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-05-30 19:31:20 +0200
committerDylan William Hardison <dylan@hardison.net>2017-05-30 19:31:20 +0200
commit316a5ce1691fceba69055b0bd46ec40067873d50 (patch)
tree2f561ec4aa42174809199b5e931bb19cd873943e /Bugzilla/Template.pm
parent82ea853bda02a808ea917a19ef0281efacf9fc82 (diff)
downloadbugzilla-316a5ce1691fceba69055b0bd46ec40067873d50.tar.gz
bugzilla-316a5ce1691fceba69055b0bd46ec40067873d50.tar.xz
Bug 1368764 - Bugmail no longer contains reason for receiving mail, defeating email filters
Diffstat (limited to 'Bugzilla/Template.pm')
-rw-r--r--Bugzilla/Template.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm
index 87ab2929e..75711e1ef 100644
--- a/Bugzilla/Template.pm
+++ b/Bugzilla/Template.pm
@@ -971,6 +971,9 @@ sub create {
PLUGIN_BASE => 'Bugzilla::Template::Plugin',
+ # We don't want this feature.
+ CONSTANT_NAMESPACE => '__const',
+
# Default variables for all templates
VARIABLES => {
# Some of these are not really constants, and doing this messes up preloading.