X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FOauth_application.php;h=90218e93cbd5c6d3019d23dbc214e92c23cfc874;hb=2a4dc77a633cc78907934fd93200ac16d55be78e;hp=3bc66f0e2877b7eb973071df775632428011cb6e;hpb=e95f77d34c501d345e731ccf6bc722034d155b77;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()