modify
This commit is contained in:
@@ -274,7 +274,6 @@ 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 . '::' . $output);
|
|
||||||
if ($out_path === $output) {
|
if ($out_path === $output) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user