projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f937c9
)
session data doesn't exist if session expired so logout message would never be displayed
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 22 Nov 2010 08:13:54 +0000
(
01:13
-0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 22 Nov 2010 18:35:55 +0000
(11:35 -0700)
horde/login.php
patch
|
blob
|
history
diff --git
a/horde/login.php
b/horde/login.php
index
bae68bb
..
d2fdfdd
100644
(file)
--- 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: