Commit a34d8f57 authored by bugreport%peshkin.net's avatar bugreport%peshkin.net

Bug 183843 Query knobs are missing if requirelogin is set

r,a=justdave
parent 71befb6c
...@@ -224,8 +224,7 @@ my $login_cookie_set = 0; ...@@ -224,8 +224,7 @@ my $login_cookie_set = 0;
# required, it will prompt for a login. # required, it will prompt for a login.
sub quietly_check_login { sub quietly_check_login {
if (Param('requirelogin') && !(@_)) { if (Param('requirelogin') && !(@_)) {
confirm_login(); return confirm_login();
return;
} }
$::disabledreason = ''; $::disabledreason = '';
my $userid = 0; my $userid = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment