Skip to content
Snippets Groups Projects

F9686 - partly revert download filename sanitize

Merged Carsten Rose requested to merge F10358-Make-pdfunite-configureable into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -207,7 +207,7 @@ class Download {
// Possible output: "Unimplemented Feature: Could not merge encrypted files ('ct.18.06.092-097.pdf')"
$line = implode(',', $rcOutput);
if (false !== ($line = strstr($line, "Feature not implemented: Could not merge encrypted files ("))) {
if (false !== ($line = strstr($line, "Unimplemented Feature: Could not merge encrypted files ("))) {
$arr = explode("'", $line, 3);
if (!empty($arr[1]) && file_exists($arr[1])) {
Loading