]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/profileaction.php
The overloaded DB_DataObject function staticGet is now called getKV
[quix0rs-gnu-social.git] / lib / profileaction.php
index 45866b52f9bde88a5d855bf16f3e998375891ad3..7197121815efba0470b0dd4f808485c85116c0f5 100644 (file)
@@ -70,7 +70,7 @@ class ProfileAction extends Action
             return false;
         }
 
-        $this->user = User::staticGet('nickname', $nickname);
+        $this->user = User::getKV('nickname', $nickname);
 
         if (!$this->user) {
             // TRANS: Client error displayed when calling a profile action without specifying a user.