자동 저장 첨부파일 삭제 부분 - 의심가는 부분 일단 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6564 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2009-06-16 11:56:38 +00:00
parent 30d4f4a173
commit bcc0619a85
2 changed files with 5 additions and 5 deletions

View file

@ -363,7 +363,7 @@
// 자동 저장 데이터 변경
$oEditorController = &getController('editor');
$oEditorController->deleteSavedDoc(true);
$oEditorController->deleteSavedDoc(false);
$oEditorController->doSaveDoc($saved_doc);
return $saved_doc;