]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Invitation.php
Restore lost addition of inline HTML attachment display.
[quix0rs-gnu-social.git] / classes / Invitation.php
index cc3c3b93706e927e2345dc6371d1fc110e67357b..8a36fd8df1678418760efe419461f938a07fa4ce 100644 (file)
@@ -2,9 +2,9 @@
 /**
  * Table Definition for invitation
  */
-require_once 'DB/DataObject.php';
+require_once INSTALLDIR.'/classes/Memcached_DataObject.php';
 
-class Invitation extends DB_DataObject 
+class Invitation extends Memcached_DataObject 
 {
     ###START_AUTOCODE
     /* the code below is auto generated do not remove the above tag */
@@ -17,7 +17,8 @@ class Invitation extends DB_DataObject
     public $created;                         // datetime()   not_null
 
     /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Invitation',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Invitation',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE