mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
자동저장 안되던 문제 해결
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2612 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
efb19903fa
commit
da09b42e3c
1 changed files with 0 additions and 3 deletions
|
|
@ -65,9 +65,6 @@
|
||||||
// 자동 저장된 데이터를 추출
|
// 자동 저장된 데이터를 추출
|
||||||
$saved_doc = $this->getSavedDoc();
|
$saved_doc = $this->getSavedDoc();
|
||||||
|
|
||||||
// 자동저장된 데이터에 실제하는 문서 번호가 있다면 해당 문서 번호를 세팅
|
|
||||||
if($saved_doc->document_srl) $upload_target_srl = $saved_doc->upload_target_srl;
|
|
||||||
|
|
||||||
// 자동 저장 데이터를 context setting
|
// 자동 저장 데이터를 context setting
|
||||||
Context::set('saved_doc', $saved_doc);
|
Context::set('saved_doc', $saved_doc);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue