mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #4302 from synchrone/master
Fixing owncloud/core#4301
This commit is contained in:
commit
de89c31f5a
1 changed files with 1 additions and 0 deletions
|
|
@ -173,6 +173,7 @@ class DAV extends \OC\Files\Storage\Common{
|
|||
curl_setopt($curl, CURLOPT_USERPWD, $this->user.':'.$this->password);
|
||||
curl_setopt($curl, CURLOPT_URL, $this->createBaseUri().$path);
|
||||
curl_setopt($curl, CURLOPT_FILE, $fp);
|
||||
curl_setopt($curl, CURLOPT_FOLLOWLOCATION, true);
|
||||
|
||||
curl_exec ($curl);
|
||||
curl_close ($curl);
|
||||
|
|
|
|||
Loading…
Reference in a new issue