mirror of
https://github.com/Karaka-Management/Resources.git
synced 2026-01-10 21:08:41 +00:00
remove image function check
This commit is contained in:
parent
7f8d825f60
commit
506cda3dd4
|
|
@ -7360,7 +7360,7 @@ class TCPDF {
|
|||
}
|
||||
}
|
||||
// GD extension
|
||||
if (($parsed === false) && \function_exists('imagecreatefrompng')) {
|
||||
if (($parsed === false)) {
|
||||
try {
|
||||
// generate images
|
||||
$img = \imagecreatefrompng($file);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user