diff options
Diffstat (limited to 'actions/repliesrss.php')
-rw-r--r-- | actions/repliesrss.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/repliesrss.php b/actions/repliesrss.php index c71c9226f..76aae21ad 100644 --- a/actions/repliesrss.php +++ b/actions/repliesrss.php @@ -38,6 +38,7 @@ class RepliesrssAction extends Rss10Action $this->clientError(_('No such user.')); return false; } else { + $this->notices = $this->getNotices($this->limit); return true; } } |