We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f480c commit da808cdCopy full SHA for da808cd
1 file changed
lib/private/Files/Storage/Wrapper/Encryption.php
@@ -1022,7 +1022,7 @@ protected function shouldEncrypt($path) {
1022
}
1023
1024
try {
1025
- $encryptionModule = $this->getEncryptionModule($path);
+ $encryptionModule = $this->getEncryptionModule($fullPath);
1026
} catch (ModuleDoesNotExistsException $e) {
1027
return false;
1028
0 commit comments