mirror of
https://github.com/YGGverse/gemini-php.git
synced 2025-01-13 08:38:01 +00:00
fix missed root path in tree
This commit is contained in:
parent
fe2e6502e6
commit
2bcb1f6418
@ -182,6 +182,8 @@ class Filesystem
|
||||
{
|
||||
case is_dir($file):
|
||||
|
||||
$this->_tree[$path] = [];
|
||||
|
||||
$this->_index($file);
|
||||
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user