1
This commit is contained in:
@@ -53,7 +53,7 @@ class TCPDFBarcode {
|
||||
* Array representation of barcode.
|
||||
* @protected
|
||||
*/
|
||||
protected $barcode_array;
|
||||
protected $barcode_array = array();
|
||||
|
||||
/**
|
||||
* This is the class constructor.
|
||||
@@ -373,7 +373,7 @@ class TCPDFBarcode {
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
$this->barcode_array = false;
|
||||
$this->barcode_array = array();
|
||||
$arrcode = false;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user