mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
r7090 보완 커밋;;
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7091 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9321a74c67
commit
481c3b14cb
1 changed files with 3 additions and 1 deletions
|
|
@ -503,6 +503,8 @@
|
|||
|
||||
$document_args->document_srl = $output->data->document_srl;
|
||||
$document_args->module_srl = $output->data->module_srl;
|
||||
$document_args->member_srl = $output->data->member_srl;
|
||||
|
||||
$oDocument = $oDocumentModel->getDocument($document_args->document_srl);
|
||||
|
||||
// begin transaction
|
||||
|
|
@ -521,7 +523,7 @@
|
|||
}
|
||||
|
||||
// 임시 저장되었던 글이 아닌 경우, 등록된 첨부파일의 상태를 유효로 지정
|
||||
if($oDocument->hasUploadedFiles() && $output->data->module_srl != $output->data->member_srl) {
|
||||
if($oDocument->hasUploadedFiles() && $document_args->member_srl != $document_args->module_srl) {
|
||||
$args->upload_target_srl = $oDocument->document_srl;
|
||||
$args->isvalid = 'Y';
|
||||
executeQuery('file.updateFileValid', $args);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue