]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/peopletagsforuser.php
OAuth related syntax fixes, nothing big
[quix0rs-gnu-social.git] / actions / peopletagsforuser.php
index d30f7321c12dca1c6fefe7c6561c0b67af33bc6a..83122e41055ce0b22c7070d3fd35db7937222758 100644 (file)
@@ -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.