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
Loading
Pipeline #3397 canceled
...@@ -207,7 +207,7 @@ class Download { ...@@ -207,7 +207,7 @@ class Download {
// Possible output: "Unimplemented Feature: Could not merge encrypted files ('ct.18.06.092-097.pdf')" // Possible output: "Unimplemented Feature: Could not merge encrypted files ('ct.18.06.092-097.pdf')"
$line = implode(',', $rcOutput); $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); $arr = explode("'", $line, 3);
if (!empty($arr[1]) && file_exists($arr[1])) { 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