summaryrefslogtreecommitdiff
path: root/lib/rssaction.php
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2009-07-23 11:16:50 -0400
committerCraig Andrews <candrews@integralblue.com>2009-07-23 11:16:50 -0400
commit67e674773edc8de37ff542e8033b86c82593a3b9 (patch)
tree570fcee0d57f0c3de0d905fe8ccfed64ace3ee21 /lib/rssaction.php
parentec453f01238cfd403750afc921dad32975767bac (diff)
parenta33ffe1357c93b4bf1a717c3ed4883170431575d (diff)
Merge commit 'br3nda/0.8.x-tagrssfix' into 0.8.x
Diffstat (limited to 'lib/rssaction.php')
-rw-r--r--lib/rssaction.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/rssaction.php b/lib/rssaction.php
index 6c982705e..0aca96566 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();
}