Merge pull request #3448 from kuimovvg/master

bug when connect to yandex webdav server
This commit is contained in:
Lukas Reschke 2017-02-13 23:00:44 +01:00 committed by GitHub
commit 181b298d7c
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) {