게시글 수정내역을 저장하도록 개선.

This commit is contained in:
BJRambo 2016-02-26 12:01:32 +09:00
parent 9502aef063
commit 74fcee987e
9 changed files with 97 additions and 1 deletions

View file

@ -147,6 +147,11 @@ class boardController extends board
$obj->update_order = $obj->list_order = (getNextSequence() * -1);
}
if($this->module_info->update_log == 'Y')
{
$obj->update_log_setting = 'Y';
}
$output = $oDocumentController->updateDocument($oDocument, $obj);
$msg_code = 'success_updated';