forked from GNUsocial/gnu-social
Static -> static
This commit is contained in:
parent
abdae45679
commit
2522f888c7
@ -63,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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user