mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-05 21:37:58 +00:00
Camelize property AIO_URL => aioUrl
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
This commit is contained in:
parent
6fe84a9fb2
commit
f281a7d045
2 changed files with 3 additions and 3 deletions
|
|
@ -186,7 +186,7 @@ readonly class DockerController {
|
|||
$this->configurationManager->startTransaction();
|
||||
$this->configurationManager->install_latest_major = $install_latest_major;
|
||||
// set AIO_URL
|
||||
$this->configurationManager->AIO_URL = $host . ':' . (string)$port . $path;
|
||||
$this->configurationManager->aioUrl = $host . ':' . (string)$port . $path;
|
||||
// set wasStartButtonClicked
|
||||
$this->configurationManager->wasStartButtonClicked = true;
|
||||
$this->configurationManager->commitTransaction();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue