mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@845 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a3adee052e
commit
5bfa30b314
1 changed files with 2 additions and 1 deletions
|
|
@ -118,11 +118,12 @@
|
|||
}
|
||||
|
||||
// 설정된 mid가 없을 경우 요청된 act의 standalone 여부 체크
|
||||
/*
|
||||
if(!$this->mid && !$xml_info->action->{$this->act}->standalone) {
|
||||
$this->error = 'msg_module_is_not_standalone';
|
||||
return;
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
// type, grant 값 구함
|
||||
$type = $xml_info->action->{$this->act}->type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue