mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-07 22:37:57 +00:00
Camelize property instance_restore_attempt => instanceRestoreAttempt
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
This commit is contained in:
parent
dd5d51cb2a
commit
62a21dd34a
3 changed files with 4 additions and 4 deletions
|
|
@ -154,7 +154,7 @@ readonly class DockerController {
|
|||
public function StartBackupContainerTest(Request $request, Response $response, array $args) : Response {
|
||||
$this->configurationManager->startTransaction();
|
||||
$this->configurationManager->backupMode = 'test';
|
||||
$this->configurationManager->instance_restore_attempt = false;
|
||||
$this->configurationManager->instanceRestoreAttempt = false;
|
||||
$this->configurationManager->commitTransaction();
|
||||
|
||||
$id = self::TOP_CONTAINER;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue