]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update core/Command/Encryption/DecryptAll.php 38762/head
authorFaraz Samapoor <f.samapoor@gmail.com>
Tue, 20 Jun 2023 08:11:21 +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/DecryptAll.php

index 7569605e7751dc32b72f3ed66577fd011a71af4c..137b12141f71dd2f2355b02790504f4c5600c96e 100644 (file)
@@ -41,8 +41,8 @@ use Symfony\Component\Console\Output\OutputInterface;
 use Symfony\Component\Console\Question\ConfirmationQuestion;
 
 class DecryptAll extends Command {
-       protected bool $wasTrashbinEnabled;
-       protected bool $wasMaintenanceModeEnabled;
+       protected bool $wasTrashbinEnabled = false;
+       protected bool $wasMaintenanceModeEnabled = false;
 
        public function __construct(
                protected IManager $encryptionManager,