From: vincent@cubedesigners.com Date: Tue, 27 Oct 2020 16:04:24 +0000 (+0000) Subject: wait #3996 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=95bba42126c86167dfb100c85f63d67034519dc4;p=cubeextranet.git wait #3996 @0.5 --- diff --git a/inc/ws/Util/html5/master/class.ws.html5.compiler.php b/inc/ws/Util/html5/master/class.ws.html5.compiler.php index 16ed160c3..b349e1c34 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -1878,7 +1878,7 @@ class wsHTML5Compiler , 'data/contents/p' . $page . '.svg'); } - $this->vdir->copy($this->book->getFile($page, $this->imageFormat, 'thumb', true, true, 'html'), 'data/thumbnails/p' . $page . '.' . $this->imageFormat); + $this->vdir->copy($this->book->getThumbFile($page, $this->imageFormat), 'data/thumbnails/p' . $page . '.' . $this->imageFormat); if ($page % 10 == 0) { $this->log('Copied image ' . $page); }