자동저장 안되던 문제 해결

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2612 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-09-18 08:10:00 +00:00
parent efb19903fa
commit da09b42e3c

View file

@ -65,9 +65,6 @@
// 자동 저장된 데이터를 추출
$saved_doc = $this->getSavedDoc();
// 자동저장된 데이터에 실제하는 문서 번호가 있다면 해당 문서 번호를 세팅
if($saved_doc->document_srl) $upload_target_srl = $saved_doc->upload_target_srl;
// 자동 저장 데이터를 context setting
Context::set('saved_doc', $saved_doc);
}