mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-07 06:18:00 +00:00
Camelize property install_latest_major => installLatestMajor
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
This commit is contained in:
parent
f281a7d045
commit
0165b7cbde
2 changed files with 5 additions and 5 deletions
|
|
@ -178,13 +178,13 @@ readonly class DockerController {
|
|||
}
|
||||
|
||||
if (isset($request->getParsedBody()['install_latest_major'])) {
|
||||
$install_latest_major = '32';
|
||||
$installLatestMajor = '32';
|
||||
} else {
|
||||
$install_latest_major = '';
|
||||
$installLatestMajor = '';
|
||||
}
|
||||
|
||||
$this->configurationManager->startTransaction();
|
||||
$this->configurationManager->install_latest_major = $install_latest_major;
|
||||
$this->configurationManager->installLatestMajor = $installLatestMajor;
|
||||
// set AIO_URL
|
||||
$this->configurationManager->aioUrl = $host . ':' . (string)$port . $path;
|
||||
// set wasStartButtonClicked
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue