X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FForeign_subscription.php;h=ec2631238e7273a291c6ff3948983a864bd621cc;hb=0a17e7cf9f4983cf3e96b65c548c39dff0d80b72;hp=742ea33338bab0471e4d659a799f008bc7b4afc9;hpb=e2e6bbb298e8b41573e78c6acfd764cc95f6954a;p=quix0rs-gnu-social.git diff --git a/classes/Foreign_subscription.php b/classes/Foreign_subscription.php index 742ea33338..ec2631238e 100644 --- a/classes/Foreign_subscription.php +++ b/classes/Foreign_subscription.php @@ -2,9 +2,9 @@ /** * Table Definition for foreign_subscription */ -require_once 'classes/Memcached_DataObject.php'; +require_once INSTALLDIR.'/classes/Memcached_DataObject.php'; -class Foreign_subscription extends Memcached_DataObject +class Foreign_subscription extends Memcached_DataObject { ###START_AUTOCODE /* the code below is auto generated do not remove the above tag */ @@ -16,7 +16,8 @@ class Foreign_subscription extends Memcached_DataObject public $created; // datetime() not_null /* Static get */ - function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Foreign_subscription',$k,$v); } + function staticGet($k,$v=null) + { return Memcached_DataObject::staticGet('Foreign_subscription',$k,$v); } /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE