X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FUser_openid.php;h=f4fda1c72e48985e09cc0657994cf42a4377c446;hb=03022c6e601f223c92216af9748c764786cf46c2;hp=927476c76b635fc362f314d84230007948fa9d35;hpb=f6615f70e5278d22eb29cffb3f2273d19e75b71b;p=quix0rs-gnu-social.git diff --git a/classes/User_openid.php b/classes/User_openid.php index 927476c76b..f4fda1c72e 100644 --- a/classes/User_openid.php +++ b/classes/User_openid.php @@ -2,7 +2,7 @@ /** * Table Definition for user_openid */ -require_once INSTALLDIR.'classes/Memcached_DataObject.php'; +require_once INSTALLDIR.'/classes/Memcached_DataObject.php'; class User_openid extends Memcached_DataObject { @@ -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