From: vincent@cubedesigners.com Date: Tue, 12 Sep 2017 13:23:28 +0000 (+0000) Subject: #1659 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=55d0829f71ed38da01b4c97b59f652c71b73938e;p=cubeextranet.git #1659 --- diff --git a/inc/ws/Util/html5/bookedges/class.ws.html5.compiler.php b/inc/ws/Util/html5/bookedges/class.ws.html5.compiler.php index 7d876f065..9e5b2bcfc 100644 --- a/inc/ws/Util/html5/bookedges/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/bookedges/class.ws.html5.compiler.php @@ -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) {