mirror of
https://github.com/tecnickcom/TCPDF.git
synced 2025-03-21 14:39:40 +01:00
Merge pull request #110 from ausi/patch-1
Fix TCPDF_STATIC::fileGetContents()
This commit is contained in:
commit
e9cd9eab11
@ -1926,7 +1926,7 @@ class TCPDF_STATIC {
|
||||
$alt = array_unique($alt);
|
||||
foreach ($alt as $path) {
|
||||
if (!self::file_exists($path)) {
|
||||
return false;
|
||||
continue;
|
||||
}
|
||||
$ret = @file_get_contents($path);
|
||||
if ($ret !== false) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user