mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 13:01:30 +00:00
silence gzdecode() errors
This commit is contained in:
@@ -360,7 +360,7 @@
|
|||||||
|
|
||||||
$data = @file_get_contents($url);
|
$data = @file_get_contents($url);
|
||||||
|
|
||||||
$gzdecoded = gzdecode($data);
|
@$gzdecoded = gzdecode($data);
|
||||||
if ($gzdecoded) $data = $gzdecoded;
|
if ($gzdecoded) $data = $gzdecoded;
|
||||||
|
|
||||||
if (!$data && function_exists('error_get_last')) {
|
if (!$data && function_exists('error_get_last')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user