Fix for blank RSS1 tag feeds

This commit is contained in:
Zach Copley 2010-03-05 16:20:33 -08:00
parent 5355c3b7b5
commit ab8aa67008

View File

@ -35,6 +35,7 @@ class TagrssAction extends Rss10Action
$this->clientError(_('No such tag.')); $this->clientError(_('No such tag.'));
return false; return false;
} else { } else {
$this->notices = $this->getNotices($this->limit);
return true; return true;
} }
} }