X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FOpenID%2FUser_openid.php;h=03a0b0ccd993b8a676201d12a8a074a5716f7563;hb=ae3eaee6cd5f67b0260abf30c3517072e372e270;hp=e34cf21f2cd142db5015c81d6d77a74e3b1e2d6a;hpb=04f3f57e2eed2a7757b3dd2bf5afc4926dd0961b;p=quix0rs-gnu-social.git diff --git a/plugins/OpenID/User_openid.php b/plugins/OpenID/User_openid.php index e34cf21f2c..03a0b0ccd9 100644 --- a/plugins/OpenID/User_openid.php +++ b/plugins/OpenID/User_openid.php @@ -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();