]> _ Git - fluidbook_processfarm.git/commitdiff
wip #6615 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 17 Jan 2024 07:32:21 +0000 (08:32 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 17 Jan 2024 07:32:21 +0000 (08:32 +0100)
app/src/ProcessFile.php

index 6a252bde435e7807e9fba684929e02361b4f5753..2ead23fba3b4a41c699e4dacd9a1315581547fa5 100644 (file)
@@ -118,6 +118,7 @@ class ProcessFile extends \Fluidbook\Tools\Jobs\ProcessFile
             $res = str_replace(self::US_DISTANT_ROOT, self::US_LOCAL_ROOT, $this->getDistantOut());
         }
 
+        return $res;
         return Buffer::getOut($res);
     }
 
@@ -191,6 +192,7 @@ class ProcessFile extends \Fluidbook\Tools\Jobs\ProcessFile
             }
             PDFOperations::splitPDF($this->getPdf(), $this->getOut() . '/pdf');
         }
+        return $res;
         return Buffer::getIn($res);
     }