diff --git a/actions/noticesearchrss.php b/actions/noticesearchrss.php index 18f07f8558..a59e7b99be 100644 --- a/actions/noticesearchrss.php +++ b/actions/noticesearchrss.php @@ -53,6 +53,13 @@ class NoticesearchrssAction extends Rss10Action { return true; } + + function prepare($args) + { + parent::prepare($args); + $this->notices = $this->getNotices(); + return true; + } function getNotices($limit=0) {