mirror of
https://github.com/tecnickcom/TCPDF.git
synced 2025-03-22 15:09:40 +01:00
Merge pull request #1 from NiklasBr/php5-3-array-fix
Restore PHP 5.3 compatibility
This commit is contained in:
commit
11f0fd3811
@ -15192,7 +15192,7 @@ class TCPDF {
|
||||
* @since 3.1.000 (2008-06-09)
|
||||
* @public
|
||||
*/
|
||||
public function write1DBarcode($code, $type, $x='', $y='', $w='', $h='', $xres='', $style=[], $align='') {
|
||||
public function write1DBarcode($code, $type, $x='', $y='', $w='', $h='', $xres='', $style=array(), $align='') {
|
||||
if (TCPDF_STATIC::empty_string(trim($code))) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user