From: Michael M Slusarz Date: Mon, 22 Nov 2010 08:13:54 +0000 (-0700) Subject: session data doesn't exist if session expired so logout message would never be displayed X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=74a9132a7a40aba7671815a251701388653bf2da;p=horde.git session data doesn't exist if session expired so logout message would never be displayed --- diff --git a/horde/login.php b/horde/login.php index bae68bb84..d2fdfddfc 100644 --- a/horde/login.php +++ b/horde/login.php @@ -111,7 +111,6 @@ if (!($logout_reason = $auth->getError())) {; } switch ($logout_reason) { -case Horde_Auth::REASON_SESSION: case Horde_Core_Auth_Application::REASON_SESSIONIP: case Horde_Core_Auth_Application::REASON_BROWSER: case Horde_Auth::REASON_LOGOUT: