Merge pull request #10169 from nextcloud/backport/9955/stable13
[stable13] Request a valid property for DAV opendir
This commit is contained in:
commit
c99529834c
|
@ -209,7 +209,7 @@ class DAV extends Common {
|
||||||
try {
|
try {
|
||||||
$response = $this->client->propFind(
|
$response = $this->client->propFind(
|
||||||
$this->encodePath($path),
|
$this->encodePath($path),
|
||||||
['{DAV:}href'],
|
['{DAV:}getetag'],
|
||||||
1
|
1
|
||||||
);
|
);
|
||||||
if ($response === false) {
|
if ($response === false) {
|
||||||
|
|
Loading…
Reference in New Issue