summaryrefslogtreecommitdiffstats
path: root/showdependencytree.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'showdependencytree.cgi')
-rwxr-xr-xshowdependencytree.cgi3
1 files changed, 2 insertions, 1 deletions
diff --git a/showdependencytree.cgi b/showdependencytree.cgi
index b2cf29a57..220b24926 100755
--- a/showdependencytree.cgi
+++ b/showdependencytree.cgi
@@ -27,8 +27,9 @@
use strict;
use lib qw(.);
-require "globals.pl";
+
use Bugzilla;
+use Bugzilla::Error;
use Bugzilla::Bug;
my $user = Bugzilla->login();