Skip to content

Commit

Permalink
Add missing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunnyka98 committed Nov 19, 2024
1 parent 30043aa commit eab0156
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CSVZipExport/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ public function Export(int $ArchiveVariable, int $AggregationStage, string $Aggr

$contentFile = sys_get_temp_dir() . DIRECTORY_SEPARATOR . 'ContentTemp.txt';
file_put_contents($contentFile, ''); //Create the tempfile
$separator = $this->ReadPropertyString('DecimalSeparator');
$loopAgain = true;
$endElements = [];

Expand Down

0 comments on commit eab0156

Please sign in to comment.