This commit is contained in:
2021-04-14 17:25:03 +08:00
parent 5db8f60a82
commit e3be723d3e
+1
View File
@@ -277,6 +277,7 @@ class Loader extends BaseObject
$out_path = ''; $out_path = '';
foreach ($directory as $key => $value) { foreach ($directory as $key => $value) {
$out_path .= DIRECTORY_SEPARATOR . $value; $out_path .= DIRECTORY_SEPARATOR . $value;
var_dump($out_path);
if ($out_path !== $output) { if ($out_path !== $output) {
$tree = $this->getTree($tree, $value); $tree = $this->getTree($tree, $value);
} }