projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f6fe24
)
ws
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 22 Jul 2009 19:01:33 +0000
(15:01 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 22 Jul 2009 19:01:33 +0000
(15:01 -0400)
framework/Auth/lib/Horde/Auth.php
patch
|
blob
|
history
diff --git
a/framework/Auth/lib/Horde/Auth.php
b/framework/Auth/lib/Horde/Auth.php
index
59930aa
..
ad8731d
100644
(file)
--- a/
framework/Auth/lib/Horde/Auth.php
+++ b/
framework/Auth/lib/Horde/Auth.php
@@
-373,7
+373,7
@@
class Horde_Auth
/* Check for cached authentication results. */
if ($is_auth &&
- ((isset($_SESSION['horde_auth']['driver']) &&$_SESSION['horde_auth']['driver'] == $driver) ||
+ ((isset($_SESSION['horde_auth']['driver']) &&
$_SESSION['horde_auth']['driver'] == $driver) ||
isset($_SESSION['horde_auth']['app'][$driver]))) {
return self::checkExistingAuth();
}