浏览代码

FIX - error datamatrix

Anthony Berton 2 年之前
父节点
当前提交
076ffaa15b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      htdocs/includes/tecnickcom/tcpdf/include/barcodes/datamatrix.php

+ 1 - 1
htdocs/includes/tecnickcom/tcpdf/include/barcodes/datamatrix.php

@@ -629,7 +629,7 @@ class Datamatrix {
 					if ($numch[ENC_C40] == $numch[ENC_X12]) {
 						$k = ($pos + $charscount + 1);
 						while ($k < $data_length) {
-							$tmpchr = ord($data{$k});
+							$tmpchr = ord($data[$k]);
 							if ($this->isCharMode($tmpchr, ENC_X12)) {
 								return ENC_X12;
 							} elseif (!($this->isCharMode($tmpchr, ENC_X12) OR $this->isCharMode($tmpchr, ENC_C40))) {