X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Ffavoritesrss.php;h=8b5ea548bec3e1193fd9e736699921ab152d086c;hb=49b755912f56ed6b626d68e04ae634f6264ef58d;hp=494327674d9051a4c092aee3015a2be899942dcc;hpb=8884a5255fb90fda67b63fa0d4252d77176337e5;p=quix0rs-gnu-social.git diff --git a/actions/favoritesrss.php b/actions/favoritesrss.php index 494327674d..8b5ea548be 100644 --- a/actions/favoritesrss.php +++ b/actions/favoritesrss.php @@ -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.