Merge pull request #10169 from nextcloud/backport/9955/stable13

[stable13] Request a valid property for DAV opendir
This commit is contained in:
John Molakvoæ 2018-07-11 09:42:20 +02:00 committed by GitHub
commit c99529834c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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