CIS: CIWorker works; now we need communication via web services
[living-lab-site.git] / application / libraries / Auth / OpenID.php
index c9d9779..4576849 100644 (file)
@@ -120,7 +120,7 @@ class Auth_OpenID {
      */
     static function isFailure($thing)
     {
-        return is_a($thing, 'Auth_OpenID_FailureResponse');
+               return is_a($thing, 'Auth_OpenID_FailureResponse');
     }
 
     /**
@@ -351,6 +351,8 @@ class Auth_OpenID {
         }
 
         return $url . $sep . Auth_OpenID::httpBuildQuery($args);
+               // Added by Calin-Andrei Burloiu.
+//        return $url .'/'. $sep . Auth_OpenID::httpBuildQuery($args);
     }
 
     /**