]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix brakcets
authorJasper Knockaert <jasper@knockaert.nl>
Sat, 16 Jan 2021 13:38:19 +0000 (14:38 +0100)
committerMichaIng (Rebase PR Action) <micha@dietpi.com>
Fri, 3 Sep 2021 13:40:42 +0000 (13:40 +0000)
lib/private/Files/Storage/Wrapper/Encryption.php

index 96927485c292272e23b784efa6596a983af8da3b..d3f514375eac7976e4834e4cd80ecfc92e31ab18 100644 (file)
@@ -939,7 +939,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';
-                               }
                        }
                }