글 수정 시 파일 삭제되는 문제 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6565 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2009-06-16 12:47:49 +00:00
parent bcc0619a85
commit 4beeb3828f
2 changed files with 10 additions and 5 deletions

View file

@ -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);