X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=classes%2FOauth_application_user.php;h=007e4d1db6656be08b574886f17352f16a462109;hb=bf94154c96961a2634881799fb9d2dd0039d2d82;hp=4d2567246506f68a45a32af658c2f1775d92a649;hpb=01c2c31c1e701f6946282dfcc23502464483d12d;p=quix0rs-gnu-social.git diff --git a/classes/Oauth_application_user.php b/classes/Oauth_application_user.php index 4d25672465..007e4d1db6 100644 --- a/classes/Oauth_application_user.php +++ b/classes/Oauth_application_user.php @@ -17,10 +17,6 @@ class Oauth_application_user 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_application_user',$k,$v); - } /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE