X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FInvitation.php;h=8a36fd8df1678418760efe419461f938a07fa4ce;hb=e174a7211df1e15e1c79415a2722651a3b885be7;hp=c9b36ff0955a03d7eb0e9a258b90094b8e8910fe;hpb=f6615f70e5278d22eb29cffb3f2273d19e75b71b;p=quix0rs-gnu-social.git diff --git a/classes/Invitation.php b/classes/Invitation.php index c9b36ff095..8a36fd8df1 100644 --- a/classes/Invitation.php +++ b/classes/Invitation.php @@ -2,7 +2,7 @@ /** * Table Definition for invitation */ -require_once INSTALLDIR.'classes/Memcached_DataObject.php'; +require_once INSTALLDIR.'/classes/Memcached_DataObject.php'; class Invitation extends Memcached_DataObject { @@ -17,7 +17,8 @@ class Invitation extends Memcached_DataObject public $created; // datetime() not_null /* Static get */ - function staticGet($k,$v=NULL) { return Memcached_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