Skip to content

Commit 1d5c841

Browse files
authored
Merge pull request #1700 from ro0NL/patch-1
[WebDAV] Fix getting individual file attributes
2 parents 06b1360 + a1ad47c commit 1d5c841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebDAV/WebDAVAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ private function createParentDirFor(string $path): void
428428

429429
private function propFind(string $path, string $section, string $property): mixed
430430
{
431-
$location = $this->prefixer->prefixPath($path);
431+
$location = $this->encodePath($this->prefixer->prefixPath($path));
432432

433433
try {
434434
$result = $this->client->propFind($location, [$property]);

0 commit comments

Comments
 (0)