summaryrefslogtreecommitdiffstats
path: root/sidebar.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'sidebar.cgi')
-rwxr-xr-xsidebar.cgi3
1 files changed, 1 insertions, 2 deletions
diff --git a/sidebar.cgi b/sidebar.cgi
index cf801eba3..73a22d1b3 100755
--- a/sidebar.cgi
+++ b/sidebar.cgi
@@ -26,8 +26,7 @@ use vars qw(
$vars
);
-ConnectToDatabase();
-quietly_check_login();
+Bugzilla->login();
my $cgi = Bugzilla->cgi;