From a54ca2d8b67dc12098c61e2e2df9bba7be806501 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 1 Jun 2023 14:56:48 +0200 Subject: [PATCH] wait #5982 @0.75 --- app/Models/FluidbookTheme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/FluidbookTheme.php b/app/Models/FluidbookTheme.php index fcb9f95eb..68438acab 100644 --- a/app/Models/FluidbookTheme.php +++ b/app/Models/FluidbookTheme.php @@ -800,7 +800,7 @@ class FluidbookTheme extends ToolboxSettingsModel public static function getThemePreviewURL($id, $params = [], $page = 2) { - $defaultParams = ['version' => 'online', 'id' => '20098-' . $id, 'hash' => 'f2e0452eed6dba9878016ce5603fdc54', 'time' => time(), 'path' => 'index.html', 'nointerface' => 1, 'force' => 0, 'shortLoading' => 1, 'puppeteer' => 0]; + $defaultParams = ['version' => 'online', 'id' => '20098-' . $id, 'hash' => 'f2e0452eed6dba9878016ce5603fdc54', 'time' => time(), 'path' => 'index.html', 'force' => 0, 'shortLoading' => 1, 'puppeteer' => 0]; return route('fluidbook_preview_with_time', array_merge($defaultParams, $params)); } -- 2.39.5