mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
fix even more brackets
Signed-off-by: Jasper Knockaert jasper@knockaert.nl
This commit is contained in:
parent
c1dcd06fe1
commit
bb092dd7cc
1 changed files with 1 additions and 1 deletions
|
|
@ -937,7 +937,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 a new issue