X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Ffavoritesrss.php;h=de901b0b4643a3cfac992e52bb62bce7b3e46ad8;hb=cd3cff451f2ac12ebe1b98c6ab643a0e4e931599;hp=8b5ea548bec3e1193fd9e736699921ab152d086c;hpb=2a4dc77a633cc78907934fd93200ac16d55be78e;p=quix0rs-gnu-social.git diff --git a/actions/favoritesrss.php b/actions/favoritesrss.php index 8b5ea548be..de901b0b46 100644 --- a/actions/favoritesrss.php +++ b/actions/favoritesrss.php @@ -70,7 +70,6 @@ class FavoritesrssAction extends Rss10Action if (!$this->user) { // TRANS: Client error displayed when trying to get the RSS feed with favorites of a user that does not exist. $this->clientError(_('No such user.')); - return false; } else { $this->notices = $this->getNotices($this->limit); return true;