mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 07:08:34 -04:00
Update core/Command/Encryption/EncryptAll.php
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
This commit is contained in:
parent
bcfbcbb91c
commit
9c2abae59c
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ use Symfony\Component\Console\Question\ConfirmationQuestion;
|
|||
|
||||
class EncryptAll extends Command {
|
||||
protected bool $wasTrashbinEnabled = false;
|
||||
protected bool $wasMaintenanceModeEnabled;
|
||||
protected bool $wasMaintenanceModeEnabled = false;
|
||||
|
||||
public function __construct(
|
||||
protected IManager $encryptionManager,
|
||||
|
|
|
|||
Loading…
Reference in a new issue