]> _ Git - cubeextranet.git/commitdiff
#1659
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 12 Sep 2017 13:23:28 +0000 (13:23 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 12 Sep 2017 13:23:28 +0000 (13:23 +0000)
inc/ws/Util/html5/bookedges/class.ws.html5.compiler.php

index 7d876f065e4741fda4dea82ed0133c5cb6d5db6d..9e5b2bcfc6e6c56d1cb8b565d8ba09660b903920 100644 (file)
@@ -1156,9 +1156,12 @@ class wsHTML5Compiler {
                        if ($page == 1) {
                                $this->_makeCover($docdir . 'html/t36-' . $infos['document_page'] . '.jpg');
                        }
-                       $this->makeThumbSprites($thumbs);
+
                        $this->log('Copied image ' . $page);
                }
+
+                       $this->makeThumbSprites($thumbs);
+               $this->log('Made thumbnails');
        }
 
        public function makeThumbSprites(array $thumbs) {