diff --git a/scenario/EXPORT/export-export_histo_csv.php-1730456264.php b/scenario/EXPORT/export-export_histo_csv.php-1730456264.php index 5bdc8ede6..195f1559f 100644 --- a/scenario/EXPORT/export-export_histo_csv.php-1730456264.php +++ b/scenario/EXPORT/export-export_histo_csv.php-1730456264.php @@ -66,6 +66,6 @@ if (trim($result) != '') { } else { echo p('result failed','class="notice"'); } -csv2table($result); +\Noalyss_Csv::csv2table($result);