]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/repliesrss.php
Merge branch 'threaded_replies_nightly' into 'nightly'
[quix0rs-gnu-social.git] / actions / repliesrss.php
index 8a8f64e0c2b40dcbe8cf0355f2801f07414d7ecd..145b51aaea99dfc58cb252c7c1210897dd773a39 100644 (file)
@@ -36,7 +36,6 @@ class RepliesrssAction extends Rss10Action
         if (!$this->user) {
             // TRANS: Client error displayed when providing a non-existing nickname in a RSS 1.0 action.
             $this->clientError(_('No such user.'));
-            return false;
         } else {
             $this->notices = $this->getNotices($this->limit);
             return true;