From 2dabd71526b11154e8b5b67521aaf472613b86b7 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 22 Feb 2023 10:29:07 +0100 Subject: [PATCH] wip #5524 --- app/Jobs/FluidbookCompiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Jobs/FluidbookCompiler.php b/app/Jobs/FluidbookCompiler.php index 46843d9ed..f00ce985f 100644 --- a/app/Jobs/FluidbookCompiler.php +++ b/app/Jobs/FluidbookCompiler.php @@ -2951,7 +2951,7 @@ height="0" width="0" style="display:none;visibility:hidden"> , '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); } -- 2.39.5