mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
remove outdated line
This commit is contained in:
parent
13165bbea2
commit
54d46fe43c
1 changed files with 0 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue