Skip to content

Commit da808cd

Browse files
committed
fixup! Moving between storages is not a rename
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
1 parent 94f480c commit da808cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/private/Files/Storage/Wrapper/Encryption.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ protected function shouldEncrypt($path) {
10221022
}
10231023

10241024
try {
1025-
$encryptionModule = $this->getEncryptionModule($path);
1025+
$encryptionModule = $this->getEncryptionModule($fullPath);
10261026
} catch (ModuleDoesNotExistsException $e) {
10271027
return false;
10281028
}

0 commit comments

Comments
 (0)