-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Description
i just updated to the latest version of TCPDF, but now i run into this message
Message: Trying to access array offset on int
Filename: tcpdf/Tcpdf.php
Line Number: 11737
So i looked into it and its about this $line[$i] inside of
$border_style2 = array();
foreach ($border_style as $line => $value) {
$length = strlen($line);
for ($i = 0; $i < $length; ++$i) {
$border_style2[$line[$i]] = $value;
}
}
$border_style = $border_style2;
so apparently $line (the array key) has a chance to be an integer
williamdes
Metadata
Metadata
Assignees
Labels
No labels