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/sftp.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/sftp.php')
-rw-r--r-- | apps/files_external/lib/sftp.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/files_external/lib/sftp.php b/apps/files_external/lib/sftp.php index ede6c251fd9..4fd36096463 100644 --- a/apps/files_external/lib/sftp.php +++ b/apps/files_external/lib/sftp.php @@ -50,10 +50,6 @@ class SFTP extends \OC\Files\Storage\Common { $host_keys[$this->host] = $current_host_key; $this->write_host_keys($host_keys); } - - if(!$this->file_exists('')){ - $this->mkdir(''); - } } public function test() { |