Thomas
2013-10-21 4af76d20cafcd456bf3ce0fcb17b25a888c45160
plugins/http_authentication/http_authentication.php
@@ -38,7 +38,7 @@
                $args['action'] = 'login';
            }
            // Set user password in session (see shutdown() method for more info)
            else if (!empty($_SESSION['user_id']) && empty($_SESION['password'])) {
            else if (!empty($_SESSION['user_id']) && empty($_SESSION['password'])) {
                $_SESSION['password'] = $rcmail->encrypt($_SERVER['PHP_AUTH_PW']);
            }
        }