From d3c3350fe9d24f0858f6fbeee7875ad32bb55841 Mon Sep 17 00:00:00 2001 From: zero Date: Thu, 26 Jul 2007 10:41:16 +0000 Subject: [PATCH] =?UTF-8?q?=ED=8C=8C=EC=9D=BC=20=EC=97=85=EB=A1=9C?= =?UTF-8?q?=EB=93=9C=ED=9B=84=EC=97=90=20=EA=B2=B0=EA=B3=BC=EB=A5=BC=20ret?= =?UTF-8?q?urn=ED=95=98=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/trunk@2031 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/file/file.controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/file/file.controller.php b/modules/file/file.controller.php index c18c52e84..e4e63045b 100644 --- a/modules/file/file.controller.php +++ b/modules/file/file.controller.php @@ -29,7 +29,7 @@ // 정상적으로 업로드된 파일이 아니면 오류 출력 if(!is_uploaded_file($file_info['tmp_name'])) return false; - $output = $this->insertFile($file_info, $module_srl, $upload_target_srl); + return $this->insertFile($file_info, $module_srl, $upload_target_srl); }