diff --git a/controllers/StatisticsController.php b/controllers/StatisticsController.php index 642d098..64cc6d7 100755 --- a/controllers/StatisticsController.php +++ b/controllers/StatisticsController.php @@ -261,7 +261,7 @@ $line[] = empty($order->manager) ? '' : $formatter->asText($order->manager->username); $line[] = (string) $order->body; - fputcsv($file, $line); + fputcsv($file, $line, ";"); } fclose($file); -- libgit2 0.21.4