grav-plugin-data-manager
grav-plugin-data-manager copied to clipboard
Code error / typo in downloadCSV()
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);