Browse Source

fix missed root path in tree

main
ghost 10 months ago
parent
commit
2bcb1f6418
  1. 2
      src/Dokuwiki/Filesystem.php

2
src/Dokuwiki/Filesystem.php

@ -182,6 +182,8 @@ class Filesystem
{ {
case is_dir($file): case is_dir($file):
$this->_tree[$path] = [];
$this->_index($file); $this->_index($file);
break; break;

Loading…
Cancel
Save