diff options
Diffstat (limited to 'describecomponents.cgi')
-rwxr-xr-x | describecomponents.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/describecomponents.cgi b/describecomponents.cgi index 6c99a0a63..6ec4ae5a7 100755 --- a/describecomponents.cgi +++ b/describecomponents.cgi @@ -47,7 +47,7 @@ if (!defined $product) { if (AnyEntryGroups()) { # OK, now only add products the user can see - Bugzilla->login(LOGIN_REQUIRED) unless Bugzilla->user; + Bugzilla->login(LOGIN_REQUIRED); foreach my $p (@::legal_product) { if (CanEnterProduct($p)) { $products{$p} = $::proddesc{$p}; |