Updating TCPDF library
This commit is contained in:
parent
1a57ad7292
commit
052824e4b7
28 changed files with 33338 additions and 968 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Reference in a new issue