summaryrefslogtreecommitdiffstats
path: root/index.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'index.cgi')
-rwxr-xr-xindex.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.cgi b/index.cgi
index f3e8ccd17..a35be0726 100755
--- a/index.cgi
+++ b/index.cgi
@@ -32,7 +32,7 @@ use strict;
use lib ".";
require "globals.pl";
-# Check whether or not the user is logged in and, if so, set the $::userid
+# Check whether or not the user is logged in
use Bugzilla::Constants;
Bugzilla->login(LOGIN_OPTIONAL);