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 {
|
try {
|
||||||
$response = $this->client->propFind(
|
$response = $this->client->propFind(
|
||||||
$this->encodePath($path),
|
$this->encodePath($path),
|
||||||
[],
|
['{DAV:}href'],
|
||||||
1
|
1
|
||||||
);
|
);
|
||||||
if ($response === false) {
|
if ($response === false) {
|
||||||
|
|
Loading…
Reference in New Issue