From 45f8c9fd691e945c7de5cfbfe5e9ef68b323c679 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Fri, 3 Dec 2021 07:58:08 +0000 Subject: [PATCH] wait #4932 --- inc/ws/Util/html5/master/class.ws.html5.links.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/ws/Util/html5/master/class.ws.html5.links.php b/inc/ws/Util/html5/master/class.ws.html5.links.php index b5c26ca27..197ea8fa7 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -3090,7 +3090,7 @@ class articlePDFLink extends articleLink $cut = $this->wdir . $name . '.c.pdf'; $sinfos = $this->wdir . $name . '.s.nfo'; - if (true || !file_exists($cut)) { + if (!file_exists($cut)) { // Cut the pdf in many pages $ratio = $infos->width / $infos->height; $nb = max(1, ceil(0.707071 / $ratio)); -- 2.39.5