mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 08:49:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1641 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3a01cf8eac
commit
a453857dd8
12 changed files with 123 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue