Updating TCPDF library

This commit is contained in:
Manuel Cillero 2017-08-10 22:10:45 +02:00
parent 1a57ad7292
commit 052824e4b7
28 changed files with 33338 additions and 968 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;
}