]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/tagrss.php
FormAction->showContent had to be 'protected'
[quix0rs-gnu-social.git] / actions / tagrss.php
index 091e383b3990b8ad4a24f1dd9d8c16856ce9c44a..468944d11f117a99c4819c693e99dc57bb367bec 100644 (file)
@@ -33,7 +33,6 @@ class TagrssAction extends Rss10Action
         if (!$this->tag) {
             // TRANS: Client error when requesting a tag feed for a non-existing tag.
             $this->clientError(_('No such tag.'));
-            return false;
         } else {
             $this->notices = $this->getNotices($this->limit);
             return true;