FIX #12973
This commit is contained in:
parent
7c35e9aaa8
commit
2813c9d4b4
@ -6846,7 +6846,7 @@ class TCPDF {
|
|||||||
}
|
}
|
||||||
// check if file exist and it is valid
|
// check if file exist and it is valid
|
||||||
if (!@TCPDF_STATIC::file_exists($file)) {
|
if (!@TCPDF_STATIC::file_exists($file)) {
|
||||||
return false;
|
//return false;
|
||||||
}
|
}
|
||||||
if (($imsize = @getimagesize($file)) === FALSE) {
|
if (($imsize = @getimagesize($file)) === FALSE) {
|
||||||
if (in_array($file, $this->imagekeys)) {
|
if (in_array($file, $this->imagekeys)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user