summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/dropbox.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2013-04-26 17:40:31 +0200
committerRobin Appelman <icewind@owncloud.com>2013-04-26 17:40:31 +0200
commitc05195a46d60741ef8ee1db4afaee85ef7d1f70c (patch)
tree655a51d015ac4ba7e915daca7d0550a5942ed0ad /apps/files_external/lib/dropbox.php
parent8a838e0e03501fd0230ae1e843f53213331d2c55 (diff)
downloadnextcloud-server-c05195a46d60741ef8ee1db4afaee85ef7d1f70c.tar.gz
nextcloud-server-c05195a46d60741ef8ee1db4afaee85ef7d1f70c.zip
Dont task external storages with creating their own root
Diffstat (limited to 'apps/files_external/lib/dropbox.php')
-rwxr-xr-xapps/files_external/lib/dropbox.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_external/lib/dropbox.php b/apps/files_external/lib/dropbox.php
index cb04e557f8a..081c5478881 100755
--- a/apps/files_external/lib/dropbox.php
+++ b/apps/files_external/lib/dropbox.php
@@ -45,7 +45,6 @@ class Dropbox extends \OC\Files\Storage\Common {
$oauth = new \Dropbox_OAuth_Curl($params['app_key'], $params['app_secret']);
$oauth->setToken($params['token'], $params['token_secret']);
$this->dropbox = new \Dropbox_API($oauth, 'dropbox');
- $this->mkdir('');
} else {
throw new \Exception('Creating \OC\Files\Storage\Dropbox storage failed');
}