Merge pull request #130 from erichk4/patch-1

file_get_contents
This commit is contained in:
Nicola Asuni 2019-09-19 09:51:01 +01:00 committed by GitHub
commit 8a07572324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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