diff options
author | Jasper Knockaert <jasper@knockaert.nl> | 2021-01-16 14:38:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-16 14:38:19 +0100 |
commit | 252d1ae512eef3c093cfe05fe63783ffca2b3bc5 (patch) | |
tree | 38e5f386b934615c082af43fb80b64c6ccf94d25 /lib | |
parent | f9a0380eb1da63a9d70c039d458897aa2366b2ca (diff) | |
download | nextcloud-server-252d1ae512eef3c093cfe05fe63783ffca2b3bc5.tar.gz nextcloud-server-252d1ae512eef3c093cfe05fe63783ffca2b3bc5.zip |
fix brakcets
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/Files/Storage/Wrapper/Encryption.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Files/Storage/Wrapper/Encryption.php b/lib/private/Files/Storage/Wrapper/Encryption.php index c4953eddf23..5505a61ead2 100644 --- a/lib/private/Files/Storage/Wrapper/Encryption.php +++ b/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'; - } } } |