Updated tcpdf to v6.2.17 for better compatibility with different PHP versions

SVN:trunk[5990]
This commit is contained in:
Stephen Abello
2018-07-31 13:29:18 +00:00
parent a3c6e62bd5
commit c852d91a72
11 changed files with 1105 additions and 913 deletions

View File

@@ -720,6 +720,7 @@ class QRcode {
protected function encodeMask($mask) {
$spec = array(0, 0, 0, 0, 0);
$this->datacode = $this->getByteStream($this->items);
if (is_null($this->datacode)) {
return NULL;
}