]> _ Git - cubist_pdf.git/commitdiff
wip #5195
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 29 Mar 2022 19:50:19 +0000 (21:50 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 29 Mar 2022 19:50:19 +0000 (21:50 +0200)
src/Document.php

index 05c56b306f4a8eaf92341dfd170dc1cced564839..1a8c79b3be90f49e2092778b6c27e8f6e8ca5e95 100644 (file)
@@ -70,7 +70,7 @@ class Document
             return;
         }
 
-        $nfoFile = $this->getConvertPath() . 'infos';
+        $nfoFile = $this->getConvertPath() . '.infos';
 
         if (!file_exists($nfoFile) || filesize($nfoFile) === 0 || filemtime($nfoFile) < filemtime($this->getPDFInput())) {
             $fwstk = new FWSTK();