mirror of
https://github.com/tecnickcom/TCPDF.git
synced 2025-03-22 23:19:39 +01:00
commit
8a07572324
@ -1929,7 +1929,7 @@ class TCPDF_STATIC {
|
||||
continue;
|
||||
}
|
||||
$ret = @file_get_contents($path);
|
||||
if ($ret !== false) {
|
||||
if ( $ret != false ) {
|
||||
return $ret;
|
||||
}
|
||||
// try to use CURL for URLs
|
||||
|
Loading…
x
Reference in New Issue
Block a user