PMC-557:[Zendesk - 7292] Output documents are generated with an incorrect file name when downloaded

Correction back Slash

correction
This commit is contained in:
Fabio Guachalla
2019-03-07 16:02:13 -04:00
parent ce63bc91e8
commit b3f36f3682
2 changed files with 16 additions and 16 deletions

View File

@@ -78,7 +78,7 @@ if (defined('DISABLE_DOWNLOAD_DOCUMENTS_SESSION_VALIDATION') && DISABLE_DOWNLOAD
}
$info = pathinfo($oAppDocument->getAppDocFilename());
$info = pathinfo(G::inflect($oAppDocument->getAppDocFilename()));
if (!isset($_GET['ext'])) {
$ext = $info['extension'];
} else {