]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/OpenID/User_openid.php
Merge branch '1.1.x' of gitorious.org:statusnet/mainline into 1.1.x
[quix0rs-gnu-social.git] / plugins / OpenID / User_openid.php
index e34cf21f2cd142db5015c81d6d77a74e3b1e2d6a..03a0b0ccd993b8a676201d12a8a074a5716f7563 100644 (file)
@@ -28,7 +28,6 @@ class User_openid extends Memcached_DataObject
 
     function table()
     {
-
         $db = $this->getDatabaseConnection();
         $dbtype = $db->phptype; // Database type is stored here. Crazy but true.
 
@@ -64,7 +63,7 @@ class User_openid extends Memcached_DataObject
         return array(false, false, false);
     }
 
-    Static function hasOpenID($user_id)
+    static function hasOpenID($user_id)
     {
         $oid = new User_openid();