fix brakcets

This commit is contained in:
Jasper Knockaert 2021-01-16 14:38:19 +01:00 committed by GitHub
parent f9a0380eb1
commit 252d1ae512
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -943,7 +943,6 @@ class Encryption extends Wrapper {
// legacy file. If true, we add the default encryption module
if (!isset($result[Util::HEADER_ENCRYPTION_MODULE_KEY] && (!empty($result) || $exists)) {
$result[Util::HEADER_ENCRYPTION_MODULE_KEY] = 'OC_DEFAULT_MODULE';
}
}
}