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.
2 parents 681e51c + 063ac9d commit d144a84Copy full SHA for d144a84
1 file changed
lib/private/Files/Storage/Wrapper/Encryption.php
@@ -263,7 +263,7 @@ public function unlink($path) {
263
264
$encryptionModule = $this->getEncryptionModule($path);
265
if ($encryptionModule) {
266
- $this->keyStorage->deleteAllFileKeys($this->getFullPath($path));
+ $this->keyStorage->deleteAllFileKeys($fullPath);
267
}
268
269
return $this->storage->unlink($path);
0 commit comments