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

This commit is contained in:
zero 2007-06-18 07:10:48 +00:00
parent 3a01cf8eac
commit a453857dd8
12 changed files with 123 additions and 1 deletions

View file

@ -129,6 +129,7 @@
$type = $xml_info->action->{$this->act}->type;
$grant = $xml_info->action->{$this->act}->grant;
$kind = strpos(strtolower($this->act),'admin')!==false?'admin':'';
if(!$kind && $this->module == 'admin') $kind = 'admin';
// 모듈 객체 생성
$oModule = &$this->getModuleInstance($this->module, $type, $kind);