remove outdated line

This commit is contained in:
Robin Appelman 2013-01-31 15:00:48 +01:00
parent 13165bbea2
commit 54d46fe43c
1 changed files with 0 additions and 1 deletions

View File

@ -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) {