diff options
author | Faraz Samapoor <f.samapoor@gmail.com> | 2023-06-20 11:41:14 +0330 |
---|---|---|
committer | Louis <6653109+artonge@users.noreply.github.com> | 2023-06-20 16:24:46 +0200 |
commit | 9c2abae59c341fa4c947d9575979dac7ca40b2dd (patch) | |
tree | 1c8e4b00c96d7c6cc991a8630c0e7cbb76f3aae8 /core | |
parent | bcfbcbb91cd30209d6e7e1278c08fb678f483809 (diff) | |
download | nextcloud-server-9c2abae59c341fa4c947d9575979dac7ca40b2dd.tar.gz nextcloud-server-9c2abae59c341fa4c947d9575979dac7ca40b2dd.zip |
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>
Diffstat (limited to 'core')
-rw-r--r-- | core/Command/Encryption/EncryptAll.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/Encryption/EncryptAll.php b/core/Command/Encryption/EncryptAll.php index 17d3a803942..cf4ee749791 100644 --- a/core/Command/Encryption/EncryptAll.php +++ b/core/Command/Encryption/EncryptAll.php @@ -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, |