From c2c5f9aa5b0f11f85a587e282aab6754374ae321 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 21 Feb 2024 18:09:45 +0100 Subject: [PATCH] #6741 @0.25 --- app/Models/FluidbookExternalInstallServer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/FluidbookExternalInstallServer.php b/app/Models/FluidbookExternalInstallServer.php index 3b5da904f..01754810f 100644 --- a/app/Models/FluidbookExternalInstallServer.php +++ b/app/Models/FluidbookExternalInstallServer.php @@ -70,7 +70,7 @@ class FluidbookExternalInstallServer extends ExternalServer if (count($subdomains)) { return 'https://' . $subdomains[0] . '/'; } - return ''; + return 'https://' . $this->getProtocol() . '.fluidbook.com/' . trim($this->getBasePath(), '/') . '/'; } return parent::getBaseURL(); } -- 2.39.5