]> 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:09:46 +0000 (03:09 +0000)
committerlpsolit%gmail.com <>
Tue, 10 Jan 2006 03:09:46 +0000 (03:09 +0000)
Bugzilla/Auth/Login/WWW/CGI.pm

index 22b2bf1fbd5811d8a2a928025564d925c2199fe8..9a83821bd11d68333511575c32e4c97908cedd15 100644 (file)
@@ -80,6 +80,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,