mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
#319 임시저장시 첨부된 파일을 대기상태로 정상적으로 변경되도록 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3273 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
973c0b0f81
commit
33470cf7d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue