Skip to content

Commit

Permalink
fixup! Moving between storages is not a rename
Browse files Browse the repository at this point in the history
Signed-off-by: Roeland Jago Douma <[email protected]>
  • Loading branch information
rullzer committed Jan 29, 2021
1 parent 94f480c commit da808cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/Files/Storage/Wrapper/Encryption.php
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ protected function shouldEncrypt($path) {
}

try {
$encryptionModule = $this->getEncryptionModule($path);
$encryptionModule = $this->getEncryptionModule($fullPath);
} catch (ModuleDoesNotExistsException $e) {
return false;
}
Expand Down

0 comments on commit da808cd

Please sign in to comment.