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

This commit is contained in:
zero 2007-03-30 14:26:47 +00:00
parent a3adee052e
commit 5bfa30b314

View file

@ -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;