summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template/Context.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Template/Context.pm')
-rw-r--r--Bugzilla/Template/Context.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Template/Context.pm b/Bugzilla/Template/Context.pm
index 61fcba4d6..ce1718e0f 100644
--- a/Bugzilla/Template/Context.pm
+++ b/Bugzilla/Template/Context.pm
@@ -11,7 +11,7 @@ package Bugzilla::Template::Context;
use 5.10.1;
use strict;
-use base qw(Template::Context);
+use parent qw(Template::Context);
use Bugzilla::Hook;
use Scalar::Util qw(blessed);