자동 저장 글 삭제시 첨부된 파일도 삭제.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6502 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2009-06-09 11:55:12 +00:00
parent b4230cc2eb
commit 9ae70a175c
2 changed files with 8 additions and 2 deletions

View file

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