fix empty column export csv
This commit is contained in:
parent
b9863a8397
commit
b560313aaf
|
@ -286,8 +286,6 @@ namespace controllers\internals;
|
|||
|
||||
continue;
|
||||
}
|
||||
|
||||
$line[] = null;
|
||||
}
|
||||
$lines[] = $line;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue