mirror of
https://github.com/YGGverse/gemini-php.git
synced 2026-03-31 17:05:29 +00:00
fix missed root path in tree
This commit is contained in:
parent
fe2e6502e6
commit
2bcb1f6418
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue