fix brakcets

This commit is contained in:
Jasper Knockaert 2021-01-16 14:38:19 +01:00 committed by MichaIng (Rebase PR Action)
parent df3cd0f89e
commit ac650a13d3

View file

@ -937,7 +937,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';
}
}
}