modify
This commit is contained in:
@@ -266,7 +266,9 @@ class Loader extends BaseObject
|
|||||||
$tree = null;
|
$tree = null;
|
||||||
$directory = $this->splitDirectory($filePath);
|
$directory = $this->splitDirectory($filePath);
|
||||||
|
|
||||||
$output = DIRECTORY_SEPARATOR . rtrim($output, '/');
|
if (!empty($output)) {
|
||||||
|
$output = DIRECTORY_SEPARATOR . rtrim($output, '/');
|
||||||
|
}
|
||||||
|
|
||||||
$out_path = '';
|
$out_path = '';
|
||||||
foreach ($directory as $key => $value) {
|
foreach ($directory as $key => $value) {
|
||||||
|
|||||||
Reference in New Issue
Block a user