]> _ Git - cubeextranet.git/commitdiff
wait #3996 @0.5
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 27 Oct 2020 16:04:24 +0000 (16:04 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 27 Oct 2020 16:04:24 +0000 (16:04 +0000)
inc/ws/Util/html5/master/class.ws.html5.compiler.php

index 16ed160c3bd97dab1e3ad326b35c5c58345d7c91..b349e1c347ee12e67f2869bfd298553a3ad0799d 100644 (file)
@@ -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);
             }