Fix for blank RSS1 tag feeds
This commit is contained in:
parent
982edc653f
commit
f39d3e34bb
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user