grav-plugin-data-manager icon indicating copy to clipboard operation
grav-plugin-data-manager copied to clipboard

Code error / typo in downloadCSV()

Open k8n opened this issue 3 years ago • 0 comments

https://github.com/getgrav/grav-plugin-data-manager/blob/73fd6e133008b9673302a6b3bd7bb3c5b1f9709c/data-manager.php#L251

Should probably read the following (fixed my issue):

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

k8n avatar Jun 23 '22 18:06 k8n