From: Vincent Vanwaelscappel Date: Tue, 29 Mar 2022 19:50:19 +0000 (+0200) Subject: wip #5195 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=918423bd8ea3d7bfb2d9c42d64c7a5571f8ce057;p=cubist_pdf.git wip #5195 --- diff --git a/src/Document.php b/src/Document.php index 05c56b3..1a8c79b 100644 --- a/src/Document.php +++ b/src/Document.php @@ -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();