fix brakcets

pull/24966/head
Jasper Knockaert 5 years ago committed by GitHub
parent f9a0380eb1
commit 252d1ae512
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      lib/private/Files/Storage/Wrapper/Encryption.php

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

Loading…
Cancel
Save