diff --git a/src/Dev/Install/Installer.php b/src/Dev/Install/Installer.php index 22d377c06..dbcf39080 100644 --- a/src/Dev/Install/Installer.php +++ b/src/Dev/Install/Installer.php @@ -601,7 +601,7 @@ TEXT; $token = new ParameterConfirmationToken('flush', new HTTPRequest('GET', '/')); $params = http_build_query($token->params()); - $destinationURL = BASE_URL . '/' . ( + $destinationURL = rtrim(BASE_URL, '/') . '/' . ( $this->checkModuleExists('cms') ? "home/successfullyinstalled?$params" : "?$params"