X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FUser_openid.php;h=ad68f74024770dc7eaccf3f3c22dff9a163202db;hb=d1660b3c4d50973bb578912880af2e7cca78ee93;hp=67f6f3b2efa592e419a68ff38bbcbacd98c99b41;hpb=499afd8c22fa7b14c5d757f52b1e8e6a91bbaf30;p=quix0rs-gnu-social.git diff --git a/classes/User_openid.php b/classes/User_openid.php index 67f6f3b2ef..ad68f74024 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,7 @@ 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