]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update core/Command/Encryption/EncryptAll.php
authorFaraz Samapoor <f.samapoor@gmail.com>
Tue, 20 Jun 2023 08:11:14 +0000 (11:41 +0330)
committerLouis <6653109+artonge@users.noreply.github.com>
Tue, 20 Jun 2023 14:24:46 +0000 (16:24 +0200)
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
core/Command/Encryption/EncryptAll.php

index 17d3a80394262f0f2261342b2477fdae50b7657c..cf4ee749791a95305389b031720d8a45114d811e 100644 (file)
@@ -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,