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/smb.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/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 |