익명 관련 코드 정리

This commit is contained in:
conory 2017-01-17 20:06:29 +09:00
parent 4ef83941fa
commit 5511df2352
2 changed files with 10 additions and 13 deletions

View file

@ -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