Merge pull request #9955 from nextcloud/bug/noid/onedrive_propfind

Request a valid property for DAV opendir
This commit is contained in:
Roeland Jago Douma 2018-06-22 15:02:20 +02:00 committed by GitHub
commit 082646f7e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ class DAV extends Common {
try {
$response = $this->client->propFind(
$this->encodePath($path),
['{DAV:}href'],
['{DAV:}getetag'],
1
);
if ($response === false) {