From: Andrew Dolgov Date: Tue, 23 Aug 2005 06:46:25 +0000 (+0100) Subject: disable error reporting on fetch_rss X-Git-Tag: 20050823-1~9 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=3ad5aa855ca40e89941cd00090f6005ddbf6f96e;p=tt-rss.git disable error reporting on fetch_rss --- diff --git a/functions.php b/functions.php index 36f191e8..d2cb65d2 100644 --- a/functions.php +++ b/functions.php @@ -29,7 +29,9 @@ function update_rss_feed($link, $feed_url, $feed) { + error_reporting(0); $rss = fetch_rss($feed_url); + error_reporting (E_ERROR | E_WARNING | E_PARSE); $num_unread = 0;