summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template.pm
diff options
context:
space:
mode:
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.