mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 14:22:54 +09:00
게시글 수정내역을 저장하도록 개선.
This commit is contained in:
parent
9502aef063
commit
74fcee987e
9 changed files with 97 additions and 1 deletions
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue