Fix image file stream

This commit is contained in:
Ivan Diaz 2018-07-02 23:31:47 -03:00
parent 0e0fbe324c
commit 352cfe0ca5

View File

@ -73,6 +73,7 @@ class DownloadController extends Controller {
$fileDownloader = FileDownloader::getInstance();
$fileDownloader->setFileName($fileName);
$fileDownloader->download();
exit();
}
private function isNotAuthor($ticket, $loggedUser) {