From: Michael J. Rubinsky Date: Wed, 22 Jul 2009 19:01:33 +0000 (-0400) Subject: ws X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=65fac61779b1f1f537318d1618e1bc214d4530ed;p=horde.git ws --- 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(); }