X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fpeopletagsforuser.php;h=83122e41055ce0b22c7070d3fd35db7937222758;hb=cd6fa512ac0d382871384a9c7604abd8a7ed0566;hp=d30f7321c12dca1c6fefe7c6561c0b67af33bc6a;hpb=f79aec36feaa4760201a7e88d5b31513a3c458ba;p=quix0rs-gnu-social.git diff --git a/actions/peopletagsforuser.php b/actions/peopletagsforuser.php index d30f7321c1..83122e4105 100644 --- a/actions/peopletagsforuser.php +++ b/actions/peopletagsforuser.php @@ -77,7 +77,7 @@ class PeopletagsforuserAction extends Action return false; } - $this->user = User::staticGet('nickname', $nickname); + $this->user = User::getKV('nickname', $nickname); if (!$this->user) { // TRANS: Client error displayed trying to perform an action related to a non-existing user.