Doc
This commit is contained in:
parent
d5ff979d97
commit
244239d44d
@ -209,6 +209,11 @@ with
|
|||||||
with
|
with
|
||||||
foreach ($value[1] as $k => $v) {
|
foreach ($value[1] as $k => $v) {
|
||||||
|
|
||||||
|
* Fix by replacing
|
||||||
|
if ($res[0] == PDF_TYPE_OBJECT)
|
||||||
|
with
|
||||||
|
if ($res && $res[0] == PDF_TYPE_OBJECT)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
JSGANTT:
|
JSGANTT:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user