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 b964094 + 181aeca commit 0525312Copy full SHA for 0525312
1 file changed
lib/private/Files/Storage/Local.php
@@ -117,6 +117,7 @@ public function rmdir($path) {
117
}
118
$it->next();
119
120
+ unset($it); // Release iterator and thereby its potential directory lock (e.g. in case of VirtualBox shared folders)
121
clearstatcache(true, $this->getSourcePath($path));
122
return rmdir($this->getSourcePath($path));
123
} catch (\UnexpectedValueException $e) {
0 commit comments