Skip to content

Commit

Permalink
#59 stable-3_3_0 fix download path to dependent files
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy-1 committed May 24, 2021
1 parent cca11ed commit 59cfc3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FullTextArticleHandler.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ function downloadFullTextAssoc($args, $request) {
}

$filename = Services::get('file')->formatFilename($submissionFile->getData('path'), $submissionFile->getLocalizedData('name'));
Services::get('file')->download($submissionFile->getData('fileId'), $filename);
Services::get('file')->download($submissionFile->getData('path'), $filename);
}
}

0 comments on commit 59cfc3f

Please sign in to comment.