]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/favoritesrss.php
The overloaded DB_DataObject function staticGet is now called getKV
[quix0rs-gnu-social.git] / actions / favoritesrss.php
index 494327674d9051a4c092aee3015a2be899942dcc..8b5ea548bec3e1193fd9e736699921ab152d086c 100644 (file)
@@ -65,7 +65,7 @@ class FavoritesrssAction extends Rss10Action
         parent::prepare($args);
 
         $nickname   = $this->trimmed('nickname');
-        $this->user = User::staticGet('nickname', $nickname);
+        $this->user = User::getKV('nickname', $nickname);
 
         if (!$this->user) {
             // TRANS: Client error displayed when trying to get the RSS feed with favorites of a user that does not exist.