mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:25:57 +00:00
disable error reporting on fetch_rss
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user