Fix bug : wrong function name

This commit is contained in:
sparkyx 2025-05-22 00:05:20 +02:00
parent 4d29bb45fa
commit cde20e383f

View file

@ -66,6 +66,6 @@ if (trim($result) != '') {
} else {
echo p('result failed','class="notice"');
}
csv2table($result);
\Noalyss_Csv::csv2table($result);