mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 04:52:14 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@200 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8eccf0db7b
commit
eb5e1cf87d
1 changed files with 2 additions and 0 deletions
|
|
@ -104,6 +104,7 @@
|
||||||
$this->error = 'msg_module_is_not_standalone';
|
$this->error = 'msg_module_is_not_standalone';
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// type, grant 값 구함
|
// type, grant 값 구함
|
||||||
$type = $xml_info->action->{$this->act}->type;
|
$type = $xml_info->action->{$this->act}->type;
|
||||||
$grant = $xml_info->action->{$this->act}->grant;
|
$grant = $xml_info->action->{$this->act}->grant;
|
||||||
|
|
@ -226,6 +227,7 @@
|
||||||
|
|
||||||
// 해당 위치에 속한 lang 파일을 읽음
|
// 해당 위치에 속한 lang 파일을 읽음
|
||||||
Context::loadLang($class_path.'lang');
|
Context::loadLang($class_path.'lang');
|
||||||
|
debugPrint($class_path.'lang');
|
||||||
|
|
||||||
// 생성된 객체에 자신이 호출된 위치를 세팅해줌
|
// 생성된 객체에 자신이 호출된 위치를 세팅해줌
|
||||||
$oModule->setModule($module);
|
$oModule->setModule($module);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue