mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
자동저장 안되던 문제 해결
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2611 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
201f37a90c
commit
efb19903fa
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@
|
|||
/**
|
||||
* 자동백업 기능 체크 (글 수정일 경우는 사용하지 않음)
|
||||
**/
|
||||
if(!$upload_target_srl && $enable_autosave) {
|
||||
if($enable_autosave) {
|
||||
// 자동 저장된 데이터를 추출
|
||||
$saved_doc = $this->getSavedDoc();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue