mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 06:13:32 +09:00
익명 관련 코드 정리
This commit is contained in:
parent
4ef83941fa
commit
5511df2352
2 changed files with 10 additions and 13 deletions
|
|
@ -161,7 +161,7 @@ class boardController extends board
|
|||
$obj->update_order = $obj->list_order = (getNextSequence() * -1);
|
||||
}
|
||||
$obj->reason_update = escape($obj->reason_update);
|
||||
$output = $oDocumentController->updateDocument($oDocument, $obj, true);
|
||||
$output = $oDocumentController->updateDocument($oDocument, $obj, $bAnonymous);
|
||||
$msg_code = 'success_updated';
|
||||
|
||||
// insert a new document otherwise
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue