summaryrefslogtreecommitdiffstats
path: root/lib/private
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-02-13 23:00:44 +0100
committerGitHub <noreply@github.com>2017-02-13 23:00:44 +0100
commit181b298d7c4724e1962019158ae51480203cb741 (patch)
treeb408067a5c7bd586e0743486475656d0675d3e37 /lib/private
parent88047aaea732d77bf38730566842fc163c6ba3a1 (diff)
parent71a022640b809a610cc85322091c44541042c2d1 (diff)
downloadnextcloud-server-181b298d7c4724e1962019158ae51480203cb741.tar.gz
nextcloud-server-181b298d7c4724e1962019158ae51480203cb741.zip
Merge pull request #3448 from kuimovvg/master
bug when connect to yandex webdav server
Diffstat (limited to 'lib/private')
-rw-r--r--lib/private/Files/Storage/DAV.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Files/Storage/DAV.php b/lib/private/Files/Storage/DAV.php
index 3b89a66d6a2..31f87d16b04 100644
--- a/lib/private/Files/Storage/DAV.php
+++ b/lib/private/Files/Storage/DAV.php
@@ -203,7 +203,7 @@ class DAV extends Common {
try {
$response = $this->client->propFind(
$this->encodePath($path),
- [],
+ ['{DAV:}href'],
1
);
if ($response === false) {