]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/profileformaction.php
GNU social naming, not StatusNet
[quix0rs-gnu-social.git] / lib / profileformaction.php
index b5f2e5d2a31232c3773d193dc2e9b3818fad4bc9..4c738523a40b6846d5c05a0d534aa010e6da8336 100644 (file)
@@ -80,7 +80,7 @@ class ProfileFormAction extends RedirectingAction
             return false;
         }
 
-        $this->profile = Profile::staticGet('id', $id);
+        $this->profile = Profile::getKV('id', $id);
 
         if (!$this->profile) {
             // TRANS: Client error displayed when trying to change user options without specifying an existing user to work on.