X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FUser_openid.php;h=f4fda1c72e48985e09cc0657994cf42a4377c446;hb=65ef1cb72a7d93dc2d031e0d9766ed1fb5c27edc;hp=b65685ce79d5b0a9207bfab4ef94b0bbbad32a76;hpb=e2e6bbb298e8b41573e78c6acfd764cc95f6954a;p=quix0rs-gnu-social.git diff --git a/classes/User_openid.php b/classes/User_openid.php index b65685ce79..f4fda1c72e 100644 --- a/classes/User_openid.php +++ b/classes/User_openid.php @@ -2,7 +2,7 @@ /** * Table Definition for user_openid */ -require_once '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