]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/favoritesrss.php
Removed 'bookmarklet' since we have Bookmark plugin
[quix0rs-gnu-social.git] / actions / favoritesrss.php
index 8b5ea548bec3e1193fd9e736699921ab152d086c..de901b0b4643a3cfac992e52bb62bce7b3e46ad8 100644 (file)
@@ -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;