改名
This commit is contained in:
@@ -277,10 +277,9 @@ 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;
|
||||||
if ($out_path === $output) {
|
if ($out_path !== $output) {
|
||||||
break;
|
$tree = $this->getTree($tree, $value);
|
||||||
}
|
}
|
||||||
$tree = $this->getTree($tree, $value);
|
|
||||||
}
|
}
|
||||||
if ($tree instanceof FileTree) {
|
if ($tree instanceof FileTree) {
|
||||||
$this->eachNode($tree->getChildes());
|
$this->eachNode($tree->getChildes());
|
||||||
|
|||||||
Reference in New Issue
Block a user