改名
This commit is contained in:
@@ -227,7 +227,7 @@ class Loader extends BaseObject
|
|||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
$path = '/' . trim($path, '/');
|
$path = '/' . trim($path, '/');
|
||||||
var_dump($path);
|
var_dump($path, $this->_directory);
|
||||||
if (!isset($this->_directory[$path])) {
|
if (!isset($this->_directory[$path])) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user