Skip to content

Commit 694b808

Browse files
Jasper Knockaertbackportbot[bot]
authored andcommitted
fix even more brackets
Signed-off-by: Jasper Knockaert jasper@knockaert.nl
1 parent c53a81e commit 694b808

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

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

0 commit comments

Comments
 (0)