diff options
author | Robin Appelman <icewind@owncloud.com> | 2013-04-26 17:40:31 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2013-04-26 17:40:31 +0200 |
commit | c05195a46d60741ef8ee1db4afaee85ef7d1f70c (patch) | |
tree | 655a51d015ac4ba7e915daca7d0550a5942ed0ad /apps/files_external/lib/webdav.php | |
parent | 8a838e0e03501fd0230ae1e843f53213331d2c55 (diff) | |
download | nextcloud-server-c05195a46d60741ef8ee1db4afaee85ef7d1f70c.tar.gz nextcloud-server-c05195a46d60741ef8ee1db4afaee85ef7d1f70c.zip |
Dont task external storages with creating their own root
Diffstat (limited to 'apps/files_external/lib/webdav.php')
-rw-r--r-- | apps/files_external/lib/webdav.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_external/lib/webdav.php b/apps/files_external/lib/webdav.php index 3ba7c48cd57..c2fe7c67b58 100644 --- a/apps/files_external/lib/webdav.php +++ b/apps/files_external/lib/webdav.php @@ -73,8 +73,6 @@ class DAV extends \OC\Files\Storage\Common{ $this->client->addTrustedCertificates($certPath); } } - //create the root folder if necessary - $this->mkdir(''); } public function getId(){ |