session data doesn't exist if session expired so logout message would never be displayed
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 22 Nov 2010 08:13:54 +0000 (01:13 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 22 Nov 2010 18:35:55 +0000 (11:35 -0700)
horde/login.php

index bae68bb..d2fdfdd 100644 (file)
@@ -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: