aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/webdav.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/lib/webdav.php')
-rw-r--r--apps/files_external/lib/webdav.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/files_external/lib/webdav.php b/apps/files_external/lib/webdav.php
index cfe073a1f1c..31d36f1e78b 100644
--- a/apps/files_external/lib/webdav.php
+++ b/apps/files_external/lib/webdav.php
@@ -60,10 +60,6 @@ class OC_FileStorage_DAV extends OC_Filestorage_Common{
$this->client->addTrustedCertificates($certPath);
}
}
- $test = $this->stat('');
- if (!$test) {
- throw new Exception();
- }
//create the root folder if necesary
$this->mkdir('');
} else {