Skip to content

Commit

Permalink
Update core/Command/Encryption/EncryptAll.php
Browse files Browse the repository at this point in the history
Co-authored-by: Côme Chilliet <[email protected]>
Signed-off-by: Faraz Samapoor <[email protected]>
  • Loading branch information
2 people authored and artonge committed Jun 20, 2023
1 parent bcfbcbb commit 9c2abae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Command/Encryption/EncryptAll.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

class EncryptAll extends Command {
protected bool $wasTrashbinEnabled = false;
protected bool $wasMaintenanceModeEnabled;
protected bool $wasMaintenanceModeEnabled = false;

public function __construct(
protected IManager $encryptionManager,
Expand Down

0 comments on commit 9c2abae

Please sign in to comment.