Merge commit 'br3nda/0.8.x-tagrssfix' into 0.8.x

This commit is contained in:
Craig Andrews 2009-07-23 11:16:50 -04:00
commit 67e674773e

View File

@ -123,11 +123,7 @@ class Rss10Action extends Action
} }
// Get the list of notices // Get the list of notices
if (empty($this->tag)) { $this->notices = $this->getNotices($this->limit);
$this->notices = $this->getNotices($this->limit);
} else {
$this->notices = $this->getTaggedNotices($this->tag, $this->limit);
}
$this->showRss(); $this->showRss();
} }