mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-19 04:25:28 +00:00
block error output when fetching favicons with CURL
This commit is contained in:
@@ -215,7 +215,8 @@
|
||||
if (!file_exists($icon_file)) {
|
||||
|
||||
if (USE_CURL_FOR_ICONS) {
|
||||
//error_reporting(0);
|
||||
error_reporting(0);
|
||||
|
||||
$ch = curl_init($icon_url);
|
||||
$fp = fopen($icon_file, "w");
|
||||
|
||||
@@ -228,7 +229,7 @@
|
||||
fclose($fp);
|
||||
}
|
||||
|
||||
//error_reporting (DEFAULT_ERROR_LEVEL);
|
||||
error_reporting (DEFAULT_ERROR_LEVEL);
|
||||
|
||||
} else {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user