자동저장 안되던 문제 해결

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

View file

@ -61,7 +61,7 @@
/**
* 자동백업 기능 체크 ( 수정일 경우는 사용하지 않음)
**/
if(!$upload_target_srl && $enable_autosave) {
if($enable_autosave) {
// 자동 저장된 데이터를 추출
$saved_doc = $this->getSavedDoc();