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 01478f1 + 5bbe535 commit e37a882Copy full SHA for e37a882
1 file changed
lib/private/Files/Storage/Local.php
@@ -106,7 +106,7 @@ public function rmdir($path) {
106
* @var \SplFileInfo $file
107
*/
108
$file = $it->current();
109
- clearstatcache(true, $this->getSourcePath($file));
+ clearstatcache(true, $file->getRealPath());
110
if (in_array($file->getBasename(), ['.', '..'])) {
111
$it->next();
112
continue;
0 commit comments