diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm index 87ab2929e9..75711e1ef5 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.