Merge pull request #3448 from kuimovvg/master
bug when connect to yandex webdav server
This commit is contained in:
commit
181b298d7c
|
@ -203,7 +203,7 @@ class DAV extends Common {
|
|||
try {
|
||||
$response = $this->client->propFind(
|
||||
$this->encodePath($path),
|
||||
[],
|
||||
['{DAV:}href'],
|
||||
1
|
||||
);
|
||||
if ($response === false) {
|
||||
|
|
Loading…
Reference in New Issue