]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiexternalprofileshow.php
ForceGroup and some qvitter API stuff still used staticGet
[quix0rs-gnu-social.git] / actions / apiexternalprofileshow.php
index 5abb2e3c74d088147b094f10ae8b4c5433357cef..4e9f3ebc48319d6d5cdb5b79efb99e560ac7e9fd 100644 (file)
@@ -53,7 +53,7 @@ class ApiExternalProfileShowAction extends ApiPrivateAuthAction
         $profileurl = urldecode($this->arg('profileurl'));        
 
         // TODO: Make this more ... unique!
-        $this->profile = Profile::staticGet('profileurl', $profileurl);        
+        $this->profile = Profile::getKV('profileurl', $profileurl);        
 
         if (!($this->profile instanceof Profile)) {
             // TRANS: Client error displayed when requesting profile information for a non-existing profile.