mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-26 23:34:56 +02:00
Fix image file stream
This commit is contained in:
parent
0e0fbe324c
commit
352cfe0ca5
@ -73,6 +73,7 @@ class DownloadController extends Controller {
|
||||
$fileDownloader = FileDownloader::getInstance();
|
||||
$fileDownloader->setFileName($fileName);
|
||||
$fileDownloader->download();
|
||||
exit();
|
||||
}
|
||||
|
||||
private function isNotAuthor($ticket, $loggedUser) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user