Skip to content

Commit 82cd9ed

Browse files
Jasper Knockaertbackportbot[bot]
authored andcommitted
fix even more brackets
Signed-off-by: Jasper Knockaert jasper@knockaert.nl
1 parent 21164e4 commit 82cd9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/Files/Storage/Wrapper/Encryption.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ protected function getHeader($path) {
935935

936936
// if the header doesn't contain a encryption module we check if it is a
937937
// legacy file. If true, we add the default encryption module
938-
if (!isset($result[Util::HEADER_ENCRYPTION_MODULE_KEY] && (!empty($result) || $exists)) {
938+
if (!isset($result[Util::HEADER_ENCRYPTION_MODULE_KEY]) && (!empty($result) || $exists)) {
939939
$result[Util::HEADER_ENCRYPTION_MODULE_KEY] = 'OC_DEFAULT_MODULE';
940940
}
941941
}

0 commit comments

Comments
 (0)