set targetIsEncrypted to true if file cache indicates that we try to read a encrypted file
This commit is contained in:
parent
a2e2005e67
commit
16d8014cdd
|
@ -403,6 +403,7 @@ class Encryption extends Wrapper {
|
||||||
// OC_DEFAULT_MODULE to read the file
|
// OC_DEFAULT_MODULE to read the file
|
||||||
$encryptionModule = $this->encryptionManager->getEncryptionModule('OC_DEFAULT_MODULE');
|
$encryptionModule = $this->encryptionManager->getEncryptionModule('OC_DEFAULT_MODULE');
|
||||||
$shouldEncrypt = true;
|
$shouldEncrypt = true;
|
||||||
|
$targetIsEncrypted = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (ModuleDoesNotExistsException $e) {
|
} catch (ModuleDoesNotExistsException $e) {
|
||||||
|
|
Loading…
Reference in New Issue