moving file name sanitization to ouput document files only

This commit is contained in:
dante
2017-10-20 14:50:17 -04:00
parent 21e1912fd5
commit e9697990e6

View File

@@ -159,7 +159,7 @@ if (!$sw_file_exists) {
}
/*----------------------------------********---------------------------------*/
if (!$downloadStatus) {
G::streamFile( $realPath, $download, G::inflect( $nameFile)); //download
G::streamFile( $realPath, $download, G::inflect($nameFile)); //download
}
}
}