mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
fix even more brackets
Signed-off-by: Jasper Knockaert jasper@knockaert.nl
This commit is contained in:
parent
252d1ae512
commit
40fde94b4d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue