bug when connect to yandex webdav server

server think that request like 
<?xml version="1.0" encoding="UTF-8"?> 
<d:propfind xmlns:d="DAV:">
<d:prop/> 
</d:propfind>

is 400: Bad Request
This commit is contained in:
vkuimov 2017-02-10 16:31:49 +00:00
parent 1a591cea97
commit 71a022640b
1 changed files with 1 additions and 1 deletions

View File

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