diff options
Diffstat (limited to 'index.cgi')
-rwxr-xr-x | index.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |