]> git.wh0rd.org - tt-rss.git/commitdiff
simplepie init: hide errors
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sat, 23 Feb 2013 14:47:05 +0000 (18:47 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sat, 23 Feb 2013 14:47:05 +0000 (18:47 +0400)
include/rssfuncs.php

index 70698667f2874ee641b9aaf7835adf77a008d32a..c3ac1073015f984f943870f316aa01177ec00d2a 100644 (file)
                        $rss->set_cache_duration($cache_age);
                }
 
-               $rss->init();
+               @$rss->init();
 
 //             print_r($rss);