X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FUser_openid.php;h=f4fda1c72e48985e09cc0657994cf42a4377c446;hb=095aecdd5cdd77f26ec6e61fc9eda97c10a522fc;hp=67f6f3b2efa592e419a68ff38bbcbacd98c99b41;hpb=499afd8c22fa7b14c5d757f52b1e8e6a91bbaf30;p=quix0rs-gnu-social.git diff --git a/classes/User_openid.php b/classes/User_openid.php index 67f6f3b2ef..f4fda1c72e 100644 --- a/classes/User_openid.php +++ b/classes/User_openid.php @@ -2,9 +2,9 @@ /** * Table Definition for user_openid */ -require_once 'DB/DataObject.php'; +require_once INSTALLDIR.'/classes/Memcached_DataObject.php'; -class User_openid extends DB_DataObject +class User_openid extends Memcached_DataObject { ###START_AUTOCODE /* the code below is auto generated do not remove the above tag */ @@ -17,7 +17,8 @@ class User_openid extends DB_DataObject public $modified; // timestamp() not_null default_CURRENT_TIMESTAMP /* Static get */ - function staticGet($k,$v=NULL) { return DB_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