X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FOauth_application.php;h=90218e93cbd5c6d3019d23dbc214e92c23cfc874;hb=858d9cc3c421a8fc900040ce13a575b09e482fc0;hp=15faffe2fb3fdf3518b214f13b1ce9f4160989c8;hpb=9948523c33ea0d02681ff1e0cd4fcb839dc9df96;p=quix0rs-gnu-social.git diff --git a/classes/Oauth_application.php b/classes/Oauth_application.php index 15faffe2fb..90218e93cb 100644 --- a/classes/Oauth_application.php +++ b/classes/Oauth_application.php @@ -25,10 +25,6 @@ class Oauth_application 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',$k,$v); - } /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE @@ -41,7 +37,7 @@ class Oauth_application extends Managed_DataObject function getConsumer() { - return Consumer::staticGet('consumer_key', $this->consumer_key); + return Consumer::getKV('consumer_key', $this->consumer_key); } static function maxDesc()