From 65fac61779b1f1f537318d1618e1bc214d4530ed Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Wed, 22 Jul 2009 15:01:33 -0400 Subject: [PATCH] ws --- framework/Auth/lib/Horde/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Auth/lib/Horde/Auth.php b/framework/Auth/lib/Horde/Auth.php index 59930aaab..ad8731d2f 100644 --- 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(); } -- 2.11.0