fix indention
This commit is contained in:
parent
4efdbff6df
commit
298011bf29
1 changed files with 1 additions and 1 deletions
2
apps/files_sharing/lib/external/storage.php
vendored
2
apps/files_sharing/lib/external/storage.php
vendored
|
@ -200,7 +200,7 @@ class Storage extends DAV implements ISharedStorage {
|
|||
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2);
|
||||
curl_setopt($ch, CURLOPT_CAINFO, $this->certificateManager->getCertificateBundle());
|
||||
|
||||
$result = curl_exec($ch);
|
||||
$result = curl_exec($ch);
|
||||
|
||||
$status = curl_getinfo($ch, CURLINFO_HTTP_CODE);
|
||||
curl_close($ch);
|
||||
|
|
Loading…
Reference in a new issue