Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code error / typo in downloadCSV() #46

Open
k8n opened this issue Jun 23, 2022 · 0 comments
Open

Code error / typo in downloadCSV() #46

k8n opened this issue Jun 23, 2022 · 0 comments

Comments

@k8n
Copy link

k8n commented Jun 23, 2022

$csv_file = File::instance($tmp . '/', $tmp_file);

Should probably read the following (fixed my issue):

$csv_file = File::instance($tmp . '/' . $tmp_file);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant