From 55d0829f71ed38da01b4c97b59f652c71b73938e Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 12 Sep 2017 13:23:28 +0000 Subject: [PATCH] #1659 --- inc/ws/Util/html5/bookedges/class.ws.html5.compiler.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) { -- 2.39.5