]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1368764 - Bugmail no longer contains reason for receiving mail, defeating email...
authorDylan William Hardison <dylan@hardison.net>
Tue, 30 May 2017 17:31:20 +0000 (13:31 -0400)
committerDylan William Hardison <dylan@hardison.net>
Tue, 30 May 2017 17:31:20 +0000 (13:31 -0400)
Bugzilla/Template.pm

index 87ab2929e990b448eacc2c3cde3119ac2eb95411..75711e1ef5d1b477143c6c403a180b5623f88a59 100644 (file)
@@ -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.