ws
authorMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 22 Jul 2009 19:01:33 +0000 (15:01 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 22 Jul 2009 19:01:33 +0000 (15:01 -0400)
framework/Auth/lib/Horde/Auth.php

index 59930aa..ad8731d 100644 (file)
@@ -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();
         }