diff --git a/lib/Command/RecreateMasterKey.php b/lib/Command/RecreateMasterKey.php index 1da833dc..23477a5c 100644 --- a/lib/Command/RecreateMasterKey.php +++ b/lib/Command/RecreateMasterKey.php @@ -240,7 +240,7 @@ protected function execute(InputInterface $input, OutputInterface $output) { } protected function decryptAllUsers(InputInterface $input, OutputInterface $output) { - $this->decryptAll = new DecryptAll($this->encryptionManager, $this->userManager, $this->rootView); + $this->decryptAll = new DecryptAll($this->encryptionManager, $this->userManager, $this->rootView, $this->logger); $this->decryptAll->decryptAll($input,$output); }