diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2013-05-01 16:35:44 -0700 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2013-05-01 16:35:44 -0700 |
commit | 657ff34c6cd9d6bf689d1afaca90099c87144308 (patch) | |
tree | e9d5e85e6a8aeb2dbb3503c0e19627a879ee3df3 /apps/files_external/lib/smb.php | |
parent | db49b0aff8521e38390e20757d401fb27ca0ea8f (diff) | |
parent | c05195a46d60741ef8ee1db4afaee85ef7d1f70c (diff) | |
download | nextcloud-server-657ff34c6cd9d6bf689d1afaca90099c87144308.tar.gz nextcloud-server-657ff34c6cd9d6bf689d1afaca90099c87144308.zip |
Merge pull request #3147 from owncloud/storage-mkdir-root
Dont task external storages with creating their own root
Diffstat (limited to 'apps/files_external/lib/smb.php')
-rw-r--r-- | apps/files_external/lib/smb.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_external/lib/smb.php b/apps/files_external/lib/smb.php index 961efb1a50a..655c3c9a816 100644 --- a/apps/files_external/lib/smb.php +++ b/apps/files_external/lib/smb.php @@ -73,7 +73,6 @@ class SMB extends \OC\Files\Storage\StreamWrapper{ * @return bool */ public function hasUpdated($path,$time) { - $this->init(); if(!$path and $this->root=='/') { // mtime doesn't work for shares, but giving the nature of the backend, // doing a full update is still just fast enough |