Skip to content

Commit

Permalink
Merge pull request #9955 from nextcloud/bug/noid/onedrive_propfind
Browse files Browse the repository at this point in the history
Request a valid property for DAV opendir
  • Loading branch information
rullzer authored Jun 22, 2018
2 parents 144d1aa + 54c4d95 commit 082646f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/Files/Storage/DAV.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public function opendir($path) {
try {
$response = $this->client->propFind(
$this->encodePath($path),
['{DAV:}href'],
['{DAV:}getetag'],
1
);
if ($response === false) {
Expand Down

0 comments on commit 082646f

Please sign in to comment.