Fix bug : wrong function name
This commit is contained in:
parent
4d29bb45fa
commit
cde20e383f
1 changed files with 1 additions and 1 deletions
|
|
@ -66,6 +66,6 @@ if (trim($result) != '') {
|
||||||
} else {
|
} else {
|
||||||
echo p('result failed','class="notice"');
|
echo p('result failed','class="notice"');
|
||||||
}
|
}
|
||||||
csv2table($result);
|
\Noalyss_Csv::csv2table($result);
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue