mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-22 11:52:14 +09:00
글 수정 시 파일 삭제되는 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6565 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bcc0619a85
commit
4beeb3828f
2 changed files with 10 additions and 5 deletions
|
|
@ -106,7 +106,7 @@
|
|||
**/
|
||||
if($enable_autosave) {
|
||||
// 자동 저장된 데이터를 추출
|
||||
$saved_doc = $this->getSavedDoc($upload_target_srl);
|
||||
if(!Context::get($option->primary_key_name)) $saved_doc = $this->getSavedDoc($upload_target_srl);
|
||||
|
||||
// 자동 저장 데이터를 context setting
|
||||
Context::set('saved_doc', $saved_doc);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue