X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fshowprofiletag.php;h=e7152c0046b22d48e6a4209824bf44e69e9e5e7c;hb=2a4dc77a633cc78907934fd93200ac16d55be78e;hp=ec1837f835866a8a78d89545c4306caaf91cd9bf;hpb=e95f77d34c501d345e731ccf6bc722034d155b77;p=quix0rs-gnu-social.git diff --git a/actions/showprofiletag.php b/actions/showprofiletag.php index ec1837f835..e7152c0046 100644 --- a/actions/showprofiletag.php +++ b/actions/showprofiletag.php @@ -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.