#319 임시저장시 첨부된 파일을 대기상태로 정상적으로 변경되도록 문제 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3273 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2007-12-08 20:13:22 +00:00
parent 973c0b0f81
commit 33470cf7d3

View file

@ -436,7 +436,7 @@
// 등록된 첨부파일의 상태를 무효로 지정
if($oDocument->hasUploadedFiles()) {
$args->upload_target_srl = $oDocument->document_srl;
$args->upload_target_srl = $obj->document_srl;
$args->isvalid = 'N';
executeQuery('file.updateFileValid', $args);
}