X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FOauth_application.php;h=90218e93cbd5c6d3019d23dbc214e92c23cfc874;hb=753019baf27281370e91084d3766e59fa80b66f1;hp=3bc66f0e2877b7eb973071df775632428011cb6e;hpb=1a9a8ea73032b0ded09a8ea9a4c0511401507090;p=quix0rs-gnu-social.git diff --git a/classes/Oauth_application.php b/classes/Oauth_application.php index 3bc66f0e28..90218e93cb 100644 --- a/classes/Oauth_application.php +++ b/classes/Oauth_application.php @@ -37,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()