summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-02-23 18:47:05 +0400
committerAndrew Dolgov <[email protected]>2013-02-23 18:47:05 +0400
commitada103f234c2dbe4037f192e16d7e49cb329f51f (patch)
treec8e27e3b072353e265039214281465f5e7d2e1bf /include
parent48b657fce133745856b5b23943f431e63294f0de (diff)
simplepie init: hide errors
Diffstat (limited to 'include')
-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);