#1086 업로드 경로 설정 등 문제 수정

This commit is contained in:
bnu 2015-02-27 11:31:59 +09:00
parent 8731b3cd8a
commit 052262c196
3 changed files with 26 additions and 13 deletions

View file

@ -45,6 +45,7 @@ class fileController extends file
$output = $this->insertFile($file_info, $module_srl, $upload_target_srl);
Context::setResponseMethod('JSON');
if($output->error != '0') $this->stop($output->message);
}
/**