From 918423bd8ea3d7bfb2d9c42d64c7a5571f8ce057 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 29 Mar 2022 21:50:19 +0200 Subject: [PATCH] wip #5195 --- src/Document.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.5