(cp fbaf2fdaf) change integer cast

This commit is contained in:
HWFord
2025-12-01 14:38:22 +01:00
parent 5c5f21987c
commit df42eb4133

View File

@@ -2583,7 +2583,7 @@ function fetchRemote($src, &$dest, $get_data=array(), $post_data=array(), $user_
fclose($s);
return false;
}
$status = (integer) $m[2];
$status = (int) $m[2];
if ($status < 200 || $status >= 400)
{
fclose($s);