mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #9955 from nextcloud/bug/noid/onedrive_propfind
Request a valid property for DAV opendir
This commit is contained in:
commit
082646f7e5
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ class DAV extends Common {
|
|||
try {
|
||||
$response = $this->client->propFind(
|
||||
$this->encodePath($path),
|
||||
['{DAV:}href'],
|
||||
['{DAV:}getetag'],
|
||||
1
|
||||
);
|
||||
if ($response === false) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue