Fix for blank RSS1 tag feeds
This commit is contained in:
parent
5355c3b7b5
commit
ab8aa67008
@ -35,6 +35,7 @@ class TagrssAction extends Rss10Action
|
||||
$this->clientError(_('No such tag.'));
|
||||
return false;
|
||||
} else {
|
||||
$this->notices = $this->getNotices($this->limit);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user