remove comments around code block

This commit is contained in:
Bjoern Schiessle 2012-07-09 10:19:19 +02:00
parent 7d41d3aba8
commit 32b476d6ec
1 changed files with 2 additions and 2 deletions

View File

@ -43,13 +43,13 @@ class OC_FileStorage_DAV extends OC_Filestorage_Common{
);
$this->client = new OC_Connector_Sabre_Client($settings);
/*
if($caview = \OCP\Files::getStorage('files_external')) {
$certPath=\OCP\Config::getSystemValue('datadirectory').$caview->getAbsolutePath("").'rootcerts.crt';
if (file_exists($certPath)) {
$this->client->addTrustedCertificates($certPath);
}
}*/
}
//create the root folder if necesary
$this->mkdir('');
}