mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
글 수정시 파일 옮기지 않도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6501 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1d8d83e26d
commit
b4230cc2eb
1 changed files with 1 additions and 1 deletions
|
|
@ -348,7 +348,7 @@
|
|||
|
||||
// 자동저장 데이터에 문서번호가 있고 이 번호에 파일이 있다면 파일을 모두 이동하고
|
||||
// 해당 문서 번호를 editor_sequence로 세팅함
|
||||
if($saved_doc->document_srl && $upload_target_srl) {
|
||||
if($saved_doc->document_srl && $upload_target_srl && !Context::get('document_srl')) {
|
||||
$module_srl = Context::get('module_srl');
|
||||
$oFileController = &getController('file');
|
||||
$oFileController->moveFile($saved_doc->document_srl, $module_srl, $upload_target_srl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue