This commit is contained in:
Laurent Destailleur 2023-01-29 20:52:24 +01:00
parent d5ff979d97
commit 244239d44d

View File

@ -209,6 +209,11 @@ with
with
foreach ($value[1] as $k => $v) {
* Fix by replacing
if ($res[0] == PDF_TYPE_OBJECT)
with
if ($res && $res[0] == PDF_TYPE_OBJECT)
JSGANTT: