fix indention

This commit is contained in:
Robin Appelman 2014-08-14 15:49:31 +02:00
parent 4efdbff6df
commit 298011bf29
1 changed files with 1 additions and 1 deletions

View File

@ -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);