]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 322620: Logging in with 'Remember my Login' deselected gives: Use of uninitialize...
authorlpsolit%gmail.com <>
Tue, 10 Jan 2006 03:07:25 +0000 (03:07 +0000)
committerlpsolit%gmail.com <>
Tue, 10 Jan 2006 03:07:25 +0000 (03:07 +0000)
Bugzilla/Auth/Login/WWW/CGI.pm

index e3fc4c7f40e770789a369cc84089c87bf94de96f..a697a623fbb461328743f9c22ef4fd81bfeba639 100644 (file)
@@ -82,6 +82,7 @@ sub login {
         # or admin didn't forbid it and user told to remember.
         if ((Param('rememberlogin') eq 'on') ||
             ((Param('rememberlogin') ne 'off') &&
+             $cgi->param('Bugzilla_remember') &&
              ($cgi->param('Bugzilla_remember') eq 'on'))) {
             $cgi->send_cookie(-name => 'Bugzilla_login',
                               -value => $userid,