Skip to content

Commit

Permalink
Include PR #38965
Browse files Browse the repository at this point in the history
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
  • Loading branch information
solracsf authored and blizzz committed Jul 10, 2023
1 parent 98ec2f0 commit 61cd250
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/private/Files/Storage/DAV.php
Original file line number Diff line number Diff line change
Expand Up @@ -923,6 +923,7 @@ public function getDirectoryContent($directory): \Traversable {
foreach ($responses as $file => $response) {
$file = urldecode($file);
$file = substr($file, strlen($this->root));
$file = $this->cleanPath($file);
$this->statCache->set($file, $response);
yield $this->getMetaFromPropfind($file, $response);
}
Expand Down

0 comments on commit 61cd250

Please sign in to comment.