]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/peopletagsubscribers.php
The overloaded DB_DataObject function staticGet is now called getKV
[quix0rs-gnu-social.git] / actions / peopletagsubscribers.php
index 1834a7e4ad79fd94e238d3700ab0bbefa8f67f4a..123b168596c4698185ac8f2ba8c871b78cf3aa53 100644 (file)
@@ -85,7 +85,7 @@ class PeopletagsubscribersAction 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.