From: Vincent Vanwaelscappel Date: Thu, 1 Jun 2023 12:56:48 +0000 (+0200) Subject: wait #5982 @0.75 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=a54ca2d8b67dc12098c61e2e2df9bba7be806501;p=fluidbook-toolbox.git wait #5982 @0.75 --- 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)); }