Skip to content

Commit

Permalink
Merge branch 'release-1.7.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
crob27 committed Mar 11, 2020
2 parents c98a18f + 0e15d26 commit d5d4f49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fpdf/tfpdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -2280,6 +2280,9 @@ function UTF8StringToArray($str) {
if(is_int($str)) {
$h = ord($str);
}
elseif(is_float($str)) {
$h = ord($str);
}
else {
$h = ord($str[$i]);
}
Expand Down

0 comments on commit d5d4f49

Please sign in to comment.