mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
#193 forgot to change file size thing.
This commit is contained in:
@@ -74,7 +74,7 @@ class ExportController extends Controller
|
||||
->header('Expires', '0')
|
||||
->header('Cache-Control', 'must-revalidate, post-check=0, pre-check=0')
|
||||
->header('Pragma', 'public')
|
||||
->header('Content-Length', filesize($file));
|
||||
->header('Content-Length', $disk->size($file));
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user