silence gzdecode() errors
This commit is contained in:
parent
68fb3c955a
commit
9e7f1f12f4
|
@ -360,7 +360,7 @@
|
|||
|
||||
$data = @file_get_contents($url);
|
||||
|
||||
$gzdecoded = gzdecode($data);
|
||||
@$gzdecoded = gzdecode($data);
|
||||
if ($gzdecoded) $data = $gzdecoded;
|
||||
|
||||
if (!$data && function_exists('error_get_last')) {
|
||||
|
|
Loading…
Reference in New Issue