summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Util.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Util.pm')
-rw-r--r--Bugzilla/Util.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Util.pm b/Bugzilla/Util.pm
index c051a987f..8457c8df8 100644
--- a/Bugzilla/Util.pm
+++ b/Bugzilla/Util.pm
@@ -400,7 +400,7 @@ sub clean_text {
sub get_text {
my ($name, $vars) = @_;
- my $template = Bugzilla->template;
+ my $template = Bugzilla->template_inner;
$vars ||= {};
$vars->{'message'} = $name;
my $message;