X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FUser_openid.php;h=f4fda1c72e48985e09cc0657994cf42a4377c446;hb=e54d3e024e9e35563dbd9dae7a74c3735fdec335;hp=ad68f74024770dc7eaccf3f3c22dff9a163202db;hpb=8da61dc1d36e2ac600a50450038ce69d458b0e7b;p=quix0rs-gnu-social.git diff --git a/classes/User_openid.php b/classes/User_openid.php index ad68f74024..f4fda1c72e 100644 --- a/classes/User_openid.php +++ b/classes/User_openid.php @@ -17,7 +17,8 @@ class User_openid extends Memcached_DataObject public $modified; // timestamp() not_null default_CURRENT_TIMESTAMP /* Static get */ - function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('User_openid',$k,$v); } + function staticGet($k,$v=null) + { return Memcached_DataObject::staticGet('User_openid',$k,$v); } /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE