]> _ Git - fluidbook-toolbox.git/commitdiff
wip #5524
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 22 Feb 2023 09:29:07 +0000 (10:29 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 22 Feb 2023 09:29:07 +0000 (10:29 +0100)
app/Jobs/FluidbookCompiler.php

index 46843d9edbf9e58995015a9f611019ecb717e3fa..f00ce985f0b3755972466f15d38f25881adeb63a 100644 (file)
@@ -2951,7 +2951,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
                     , 'data/contents/p' . $page . '.svg');
             }
 
-            $this->vdir->copy($this->getFluidbook()->getFile($page, $this->imageFormat, 'thumb'), 'data/thumbnails/p' . $page . '.' . $this->imageFormat);
+            $this->vdir->copy($this->getFluidbook()->getThumbFile($page, $this->imageFormat), 'data/thumbnails/p' . $page . '.' . $this->imageFormat);
             $this->log('Made image page ' . $page);
         }