fix empty column export csv

This commit is contained in:
Your Name 2020-06-14 00:52:28 +02:00
parent b9863a8397
commit b560313aaf
1 changed files with 0 additions and 2 deletions

View File

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