]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/peopletagged.php
The overloaded DB_DataObject function staticGet is now called getKV
[quix0rs-gnu-social.git] / actions / peopletagged.php
index 6f9748c234f6c269e15edd60ec95dfc16736d83e..92bfce6405101230b9ff3c06a09bc97b8c2252e1 100644 (file)
@@ -85,7 +85,7 @@ class PeopletaggedAction extends Action
             return false;
         }
 
-        $user = User::staticGet('nickname', $tagger);
+        $user = User::getKV('nickname', $tagger);
 
         if (!$user) {
             // TRANS: Client error displayed when referring to non-existing user.