mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +09:00
자동 저장 글 삭제시 첨부된 파일도 삭제.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6502 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b4230cc2eb
commit
9ae70a175c
2 changed files with 8 additions and 2 deletions
|
|
@ -357,7 +357,7 @@
|
|||
|
||||
// 자동 저장 데이터 변경
|
||||
$oEditorController = &getController('editor');
|
||||
$oEditorController->deleteSavedDoc();
|
||||
$oEditorController->deleteSavedDoc(true);
|
||||
$oEditorController->doSaveDoc($saved_doc);
|
||||
|
||||
return $saved_doc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue