mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-30 12:43:57 -06:00
#193 forgot to change file size thing.
This commit is contained in:
parent
6858d67897
commit
8e45959483
@ -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));
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user