fix indention

remotes/origin/fix-10825
Robin Appelman 11 years ago
parent 4efdbff6df
commit 298011bf29
  1. 2
      apps/files_sharing/lib/external/storage.php

@ -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…
Cancel
Save