summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/rssfuncs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php
index 70698667f..c3ac10730 100644
--- a/include/rssfuncs.php
+++ b/include/rssfuncs.php
@@ -278,7 +278,7 @@
$rss->set_cache_duration($cache_age);
}
- $rss->init();
+ @$rss->init();
// print_r($rss);