X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FUser_openid.php;h=ad68f74024770dc7eaccf3f3c22dff9a163202db;hb=f951b9169392b4a31f2b7eb4fb6eb37235ded8f8;hp=b199685f8ed50ef377f3ac838a14e3126971e373;hpb=4b656f47dff2bd6eed4dcfad060b8434d052d883;p=quix0rs-gnu-social.git diff --git a/classes/User_openid.php b/classes/User_openid.php index b199685f8e..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