]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/peopletaggroupnav.php
The overloaded DB_DataObject function staticGet is now called getKV
[quix0rs-gnu-social.git] / lib / peopletaggroupnav.php
index 70f7f5a425baf1926f154fd37e714b46e5382973..bbfe4eca7e082711a74c52b821341a432a1ea535 100644 (file)
@@ -89,7 +89,7 @@ class PeopletagGroupNav extends Widget
         $tag = $this->action->trimmed('tag');
 
         if ($nickname) {
-            $user = User::staticGet('nickname', $nickname);
+            $user = User::getKV('nickname', $nickname);
             $user_profile = $user->getProfile();
 
             if ($tag) {