Skip to content

Commit

Permalink
Merge pull request #48019 from nextcloud/backport/48015/stable28
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Sep 15, 2024
2 parents be55dc1 + 6e1be06 commit f00b067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/Files/Storage/Local.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public function rmdir($path) {
* @var \SplFileInfo $file
*/
$file = $it->current();
clearstatcache(true, $this->getSourcePath($file));
clearstatcache(true, $file->getRealPath());
if (in_array($file->getBasename(), ['.', '..'])) {
$it->next();
continue;
Expand Down

0 comments on commit f00b067

Please sign in to comment.