fix empty column export csv

This commit is contained in:
Your Name 2020-06-14 00:52:28 +02:00
parent b9863a8397
commit b560313aaf

View file

@ -286,8 +286,6 @@ namespace controllers\internals;
continue; continue;
} }
$line[] = null;
} }
$lines[] = $line; $lines[] = $line;
} }