We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c86e568 commit 7c98fbbCopy full SHA for 7c98fbb
apps/encryption/lib/KeyManager.php
@@ -227,7 +227,7 @@ public function validateMasterKey() {
227
$this->log->error('A private master key is available but the public key could not be found. This should never happen.');
228
return;
229
} elseif (empty($privateMasterKey)) {
230
- $this->log->error('A private master key is available but the public key could not be found. This should never happen.');
+ $this->log->error('A public master key is available but the private key could not be found. This should never happen.');
231
232
}
233
0 commit comments