diff --git a/modules/file/file.controller.php b/modules/file/file.controller.php index 5db836553..47cb18fd3 100644 --- a/modules/file/file.controller.php +++ b/modules/file/file.controller.php @@ -49,7 +49,7 @@ $callback = Context::get('callback'); $module_srl = $this->module_srl; // 업로드 권한이 없거나 정보가 없을시 종료 - //if(!$_SESSION['upload_info'][$editor_sequence]->enabled) exit(); + if(!$_SESSION['upload_info'][$editor_sequence]->enabled) exit(); // upload_target_srl 구함 $upload_target_srl = $_SESSION['upload_info'][$editor_sequence]->upload_target_srl;