git-svn-id: http://xe-core.googlecode.com/svn/trunk@1085 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-10 10:23:38 +00:00
parent 1dcf686d69
commit 6e726744ca
5 changed files with 55 additions and 49 deletions

View file

@ -82,6 +82,7 @@
$this->module_info = $module_info;
Context::setBrowserTitle($module_info->browser_title);
}
debugPrint($module_info);
// 여기까지도 모듈 정보를 찾지 못했다면 깔끔하게 시스템 오류 표시
if(!$this->module) $this->error = 'msg_module_is_not_exists';