Merge pull request #7270 from nextcloud/enh/noid/switch-strval-to-cast

exchange strval with string cast
This commit is contained in:
Simon L. 2025-12-10 15:27:50 +01:00 committed by GitHub
commit 82c7276d53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -189,7 +189,7 @@ readonly class DockerController {
$config = $this->configurationManager->GetConfig();
// set AIO_URL
$config['AIO_URL'] = $host . ':' . strval($port) . $path;
$config['AIO_URL'] = $host . ':' . (string)$port . $path;
// set wasStartButtonClicked
$config['wasStartButtonClicked'] = 1;
// set install_latest_major