diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-05-30 19:31:20 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-05-30 19:31:20 +0200 |
commit | 316a5ce1691fceba69055b0bd46ec40067873d50 (patch) | |
tree | 2f561ec4aa42174809199b5e931bb19cd873943e /Bugzilla | |
parent | 82ea853bda02a808ea917a19ef0281efacf9fc82 (diff) | |
download | bugzilla-316a5ce1691fceba69055b0bd46ec40067873d50.tar.gz bugzilla-316a5ce1691fceba69055b0bd46ec40067873d50.tar.xz |
Bug 1368764 - Bugmail no longer contains reason for receiving mail, defeating email filters
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Template.pm | 3 |
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. |