]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/showprofiletag.php
The overloaded DB_DataObject function staticGet is now called getKV
[quix0rs-gnu-social.git] / actions / showprofiletag.php
index ec1837f835866a8a78d89545c4306caaf91cd9bf..e7152c0046b22d48e6a4209824bf44e69e9e5e7c 100644 (file)
@@ -70,7 +70,7 @@ class ShowprofiletagAction extends Action
             return false;
         }
 
-        $user = User::staticGet('nickname', $tagger);
+        $user = User::getKV('nickname', $tagger);
 
         if (!$user) {
             // TRANS: Client error displayed trying to perform an action related to a non-existing user.