Skip to content
Snippets Groups Projects
Commit 30b0a002 authored by Carsten  Rose's avatar Carsten Rose
Browse files

Revert change. Text change broke detection of failed pdfmerge - fixed

parent 263274b1
No related branches found
No related tags found
3 merge requests!262Develop,!261F9686 - partly revert download filename sanitize,!260F9686 - partly revert download filename sanitize
Pipeline #3397 canceled
......@@ -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])) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment