From: vincent@cubedesigners.com Date: Fri, 3 Dec 2021 07:58:08 +0000 (+0000) Subject: wait #4932 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=45f8c9fd691e945c7de5cfbfe5e9ef68b323c679;p=cubeextranet.git wait #4932 --- 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));