Browse Source

fix file tree overwrite

main
ghost 10 months ago
parent
commit
5007565ccc
  1. 3
      src/Dokuwiki/Filesystem.php

3
src/Dokuwiki/Filesystem.php

@ -182,7 +182,10 @@ class Filesystem
{ {
case is_dir($file): case is_dir($file):
if (!isset($this->_tree[$path]))
{
$this->_tree[$path] = []; $this->_tree[$path] = [];
}
$this->_index($file); $this->_index($file);

Loading…
Cancel
Save