mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Better cleanup routine.
This commit is contained in:
@@ -48,6 +48,8 @@ class ExportController extends Controller
|
||||
$name = 'Export job on ' . $date . '.zip';
|
||||
$quoted = sprintf('"%s"', addcslashes($name, '"\\'));
|
||||
|
||||
$job->change('export_downloaded');
|
||||
|
||||
|
||||
return response(file_get_contents($file), 200)
|
||||
->header('Content-Description', 'File Transfer')
|
||||
|
Reference in New Issue
Block a user