summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
Diffstat (limited to 'actions')
-rw-r--r--actions/noticesearchrss.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/actions/noticesearchrss.php b/actions/noticesearchrss.php
index 18f07f855..a59e7b99b 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)
{