mirror of
https://github.com/nextcloud/server.git
synced 2026-06-05 23:06:48 -04:00
Include PR #38965
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
This commit is contained in:
parent
98ec2f023f
commit
61cd250935
1 changed files with 1 additions and 0 deletions
|
|
@ -923,6 +923,7 @@ class DAV extends Common {
|
|||
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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue