Сообщение при ошибке при загрузке класса
This commit is contained in:
parent
2267c208a8
commit
7b11882fc9
|
|
@ -14,7 +14,7 @@ function __autoload($className)
|
|||
}
|
||||
|
||||
if (!$loaded){
|
||||
App::error404 ('load class '.$className);
|
||||
App::error404();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue