From 5bfa30b31433219f326f77b9ab9fd52fef2836e5 Mon Sep 17 00:00:00 2001 From: zero Date: Fri, 30 Mar 2007 14:26:47 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@845 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- classes/module/ModuleHandler.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/classes/module/ModuleHandler.class.php b/classes/module/ModuleHandler.class.php index ec321c589..a8f7fc333 100644 --- a/classes/module/ModuleHandler.class.php +++ b/classes/module/ModuleHandler.class.php @@ -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;