X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FOauth_token_association.php;h=ec5eae3064016b1778de2741278289034eae41cc;hb=9c99082a46bb12fc592cb6c0582c509c1e9a0b1f;hp=17327d4b01cb544cb9360071a0854a4cae51c39d;hpb=7d64d8c78cfa102b91975598ef9e574d2ef14b8c;p=quix0rs-gnu-social.git diff --git a/classes/Oauth_token_association.php b/classes/Oauth_token_association.php index 17327d4b01..ec5eae3064 100644 --- a/classes/Oauth_token_association.php +++ b/classes/Oauth_token_association.php @@ -16,10 +16,6 @@ class Oauth_token_association extends Managed_DataObject public $created; // datetime not_null public $modified; // timestamp not_null default_CURRENT_TIMESTAMP - /* Static get */ - function staticGet($k, $v = NULL) { - return Memcached_DataObject::staticGet('oauth_token_association', $k, $v); - } /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE