diff options
author | Robin Appelman <icewind@owncloud.com> | 2013-01-31 15:00:48 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2013-01-31 15:00:48 +0100 |
commit | 54d46fe43c321706a10444aa55fc493882a8255c (patch) | |
tree | b9a1996c967ac82fb94f992db8e8d87241aa3498 /apps/files_external/lib/webdav.php | |
parent | 13165bbea220d7642c7b2bb5d714337e2aee2d17 (diff) | |
download | nextcloud-server-54d46fe43c321706a10444aa55fc493882a8255c.tar.gz nextcloud-server-54d46fe43c321706a10444aa55fc493882a8255c.zip |
remove outdated line
Diffstat (limited to 'apps/files_external/lib/webdav.php')
-rw-r--r-- | apps/files_external/lib/webdav.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_external/lib/webdav.php b/apps/files_external/lib/webdav.php index 571b4d79ae2..2a953ac63f4 100644 --- a/apps/files_external/lib/webdav.php +++ b/apps/files_external/lib/webdav.php @@ -105,7 +105,6 @@ class DAV extends \OC\Files\Storage\Common{ $response=$this->client->propfind($path, array(), 1); $id=md5('webdav'.$this->root.$path); $content = array(); - \OC_FakeDirStream::$dirs[$id]=array(); $files=array_keys($response); array_shift($files);//the first entry is the current directory foreach ($files as $file) { |