X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FReply.php;h=d71ce3afbcf758178462cfae65b123abb836641d;hb=1e8d26baecad6ca1088ea7815fe2615fb520a10e;hp=8e26f1684ebcd874698e2e7ef2c865a7dabdc76e;hpb=499afd8c22fa7b14c5d757f52b1e8e6a91bbaf30;p=quix0rs-gnu-social.git diff --git a/classes/Reply.php b/classes/Reply.php index 8e26f1684e..d71ce3afbc 100644 --- a/classes/Reply.php +++ b/classes/Reply.php @@ -2,9 +2,9 @@ /** * Table Definition for reply */ -require_once 'DB/DataObject.php'; +require_once INSTALLDIR.'/classes/Memcached_DataObject.php'; -class Reply extends DB_DataObject +class Reply extends Memcached_DataObject { ###START_AUTOCODE /* the code below is auto generated do not remove the above tag */ @@ -16,7 +16,7 @@ class Reply extends DB_DataObject public $replied_id; // int(4) /* Static get */ - function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Reply',$k,$v); } + function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Reply',$k,$v); } /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE