diff --git a/lib/rssaction.php b/lib/rssaction.php index 6c982705ef..0aca965664 100644 --- a/lib/rssaction.php +++ b/lib/rssaction.php @@ -123,11 +123,7 @@ class Rss10Action extends Action } // Get the list of notices - if (empty($this->tag)) { - $this->notices = $this->getNotices($this->limit); - } else { - $this->notices = $this->getTaggedNotices($this->tag, $this->limit); - } + $this->notices = $this->getNotices($this->limit); $this->showRss(); }