]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Bookmark/actions/bookmarksrss.php
Cosmetic changes to common_redirect, clientError, serverError
[quix0rs-gnu-social.git] / plugins / Bookmark / actions / bookmarksrss.php
index c48ab9093417c03a92f1725ad48ab91c7130b35a..fc3331482f9538b752d6d20818f47ad079c433fe 100644 (file)
@@ -71,7 +71,6 @@ class BookmarksrssAction extends Rss10Action
         if (!$this->user) {
             // TRANS: Client error displayed when trying to get the RSS feed with bookmarks of a user that does not exist.
             $this->clientError(_('No such user.'));
-            return false;
         } else {
             $this->notices = $this->getNotices($this->limit);
             return true;