diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rssaction.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/rssaction.php b/lib/rssaction.php index 2f6fa005a..aa6e3daee 100644 --- a/lib/rssaction.php +++ b/lib/rssaction.php @@ -60,6 +60,10 @@ class Rss10Action extends Action { function show_rss($limit=0) { + if (!$this->init()) { + return; + } + $notices = $this->get_notices($limit); $this->init_rss(); |