summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl4
1 files changed, 1 insertions, 3 deletions
diff --git a/globals.pl b/globals.pl
index 8162b9d21..1aee0bd02 100644
--- a/globals.pl
+++ b/globals.pl
@@ -1517,9 +1517,7 @@ sub GetFormat {
use Bugzilla;
-$::BZ = Bugzilla->create();
-
-$::template = $::BZ->template();
+$::template = Bugzilla->template();
$::vars = {};