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

This commit is contained in:
zero 2007-02-27 14:36:36 +00:00
parent 8eccf0db7b
commit eb5e1cf87d

View file

@ -104,6 +104,7 @@
$this->error = 'msg_module_is_not_standalone';
return;
}
// type, grant 값 구함
$type = $xml_info->action->{$this->act}->type;
$grant = $xml_info->action->{$this->act}->grant;
@ -226,6 +227,7 @@
// 해당 위치에 속한 lang 파일을 읽음
Context::loadLang($class_path.'lang');
debugPrint($class_path.'lang');
// 생성된 객체에 자신이 호출된 위치를 세팅해줌
$oModule->setModule($module);