From 58c5ea9b4cf71d366d563a1e7548a580b4465c1f Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 14 Sep 2023 20:26:56 +0200 Subject: [PATCH] wip #6269 @0.5 --- app/Fluidbook/Compiler/Compiler.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Fluidbook/Compiler/Compiler.php b/app/Fluidbook/Compiler/Compiler.php index cc2b13bbf..d2fe99497 100644 --- a/app/Fluidbook/Compiler/Compiler.php +++ b/app/Fluidbook/Compiler/Compiler.php @@ -1521,6 +1521,7 @@ class Compiler extends Base implements CompilerInterface $dbc[$page] = $e; } } + $this->config->hash = $this->_fluidbook->hash; $this->config->dynamicBackgroundColor = $dbc; if ($this->fluidbookSettings->textsThickness > 1) { if ($this->fluidbookSettings->textsThicknessPages == '') { -- 2.39.5