fix even more brackets
Signed-off-by: Jasper Knockaert jasper@knockaert.nl
This commit is contained in:
parent
252d1ae512
commit
40fde94b4d
|
@ -941,7 +941,7 @@ class Encryption extends Wrapper {
|
|||
|
||||
// if the header doesn't contain a encryption module we check if it is a
|
||||
// legacy file. If true, we add the default encryption module
|
||||
if (!isset($result[Util::HEADER_ENCRYPTION_MODULE_KEY] && (!empty($result) || $exists)) {
|
||||
if (!isset($result[Util::HEADER_ENCRYPTION_MODULE_KEY]) && (!empty($result) || $exists)) {
|
||||
$result[Util::HEADER_ENCRYPTION_MODULE_KEY] = 'OC_DEFAULT_MODULE';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue