Сообщение при ошибке при загрузке класса

This commit is contained in:
Krivchikov Dmitry 2014-04-14 15:12:39 +04:00
parent 2267c208a8
commit 7b11882fc9
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ function __autoload($className)
} }
if (!$loaded){ if (!$loaded){
App::error404 ('load class '.$className); App::error404();
return false; return false;
} }