From: Andrew Dolgov Date: Sat, 23 Feb 2013 14:47:05 +0000 (+0400) Subject: simplepie init: hide errors X-Git-Tag: 1.7.1~48 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=ada103f234c2dbe4037f192e16d7e49cb329f51f;p=tt-rss.git simplepie init: hide errors --- diff --git a/include/rssfuncs.php b/include/rssfuncs.php index 70698667..c3ac1073 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);