X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FForeign_subscription.php;h=d508606218f3946bda976c206dc265477aab85d6;hb=b3121d09c9dc49579934189fc56a0e0195c673f9;hp=d8e8569fbe6c9a2283ad98d045006aa3f925b9c3;hpb=eb2f9c98ac115ce67e9a740b200c832153ffa05c;p=quix0rs-gnu-social.git diff --git a/classes/Foreign_subscription.php b/classes/Foreign_subscription.php index d8e8569fbe..d508606218 100644 --- a/classes/Foreign_subscription.php +++ b/classes/Foreign_subscription.php @@ -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