]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/peopletagsubscriptions.php
The overloaded DB_DataObject function staticGet is now called getKV
[quix0rs-gnu-social.git] / actions / peopletagsubscriptions.php
index c49784296914899e90dd62e43607939bba2a95a6..f6baed416febce7abb8b95b783546d04b9d218b8 100644 (file)
@@ -79,7 +79,7 @@ class PeopletagsubscriptionsAction extends Action
             return false;
         }
 
-        $user = User::staticGet('nickname', $nickname);
+        $user = User::getKV('nickname', $nickname);
 
         if (!$user) {
             // TRANS: Client error displayed trying to perform an action related to a non-existing user.