Add missing "

Co-authored-by: Eric Espié <eric.espie@combodo.com>
This commit is contained in:
Thomas Casteleyn
2020-09-02 15:39:29 +02:00
committed by Molkobain
parent 610e74e642
commit 6542cf9d30

View File

@@ -437,7 +437,7 @@ abstract class Controller
if ($bFileTransfer)
{
header('Content-Disposition: attachment; filename="'.$sDownloadArchiveName);
header('Content-Disposition: attachment; filename="'.$sDownloadArchiveName.'"');
}
header('Expires: 0');