mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-07 22:37:57 +00:00
Camelize property AIO_URL => aioUrl
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
This commit is contained in:
parent
62a21dd34a
commit
68f811b25f
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