summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJasper Knockaert <jasper@knockaert.nl>2021-01-16 14:38:19 +0100
committerMichaIng (Rebase PR Action) <micha@dietpi.com>2021-09-03 13:40:42 +0000
commitc1dcd06fe1b73de58c37346318a4a8499836f409 (patch)
treebc3c2cd8953c35a2aa28b7612dd45a8e93b8dac4 /lib
parent5f9663d2c85f09c2b75b16d08c8305fbc419d98f (diff)
downloadnextcloud-server-c1dcd06fe1b73de58c37346318a4a8499836f409.tar.gz
nextcloud-server-c1dcd06fe1b73de58c37346318a4a8499836f409.zip
fix brakcets
Diffstat (limited to 'lib')
-rw-r--r--lib/private/Files/Storage/Wrapper/Encryption.php1
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 96927485c29..d3f514375ea 100644
--- a/lib/private/Files/Storage/Wrapper/Encryption.php
+++ b/lib/private/Files/Storage/Wrapper/Encryption.php
@@ -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';
- }
}
}