From ada103f234c2dbe4037f192e16d7e49cb329f51f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 23 Feb 2013 18:47:05 +0400 Subject: simplepie init: hide errors --- include/rssfuncs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/rssfuncs.php') 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); -- cgit v1.2.3