summaryrefslogtreecommitdiffstats
path: root/sidebar.cgi
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2002-06-17 18:38:56 +0200
committerbbaetz%student.usyd.edu.au <>2002-06-17 18:38:56 +0200
commit70eb21091d161fe0325000af992f6f398683c92a (patch)
treef76e853435c05bbb3d88b56c174faa54ae7828f6 /sidebar.cgi
parent89aebbf6bf7cf73f9ae51d295aee68205c68e731 (diff)
downloadbugzilla-70eb21091d161fe0325000af992f6f398683c92a.tar.gz
bugzilla-70eb21091d161fe0325000af992f6f398683c92a.tar.xz
Bug 151053, ConnectToDatabase/quietly_check_login sometimes not called
early enough r=mattyt, jouni
Diffstat (limited to 'sidebar.cgi')
-rwxr-xr-xsidebar.cgi4
1 files changed, 1 insertions, 3 deletions
diff --git a/sidebar.cgi b/sidebar.cgi
index 2f1b92a69..a7e0587f5 100755
--- a/sidebar.cgi
+++ b/sidebar.cgi
@@ -29,13 +29,11 @@ use vars qw(
);
ConnectToDatabase();
+quietly_check_login();
# Needed for $::anyvotesallowed
GetVersionTable();
-# Check to see if the user has logged in yet.
-quietly_check_login();
-
###############################################################################
# Main Body Execution
###############################################################################