rename method.

This commit is contained in:
BJRambo 2016-03-14 09:44:59 +09:00
parent 9c653d210b
commit f15a4c8861
2 changed files with 2 additions and 2 deletions

View file

@ -215,7 +215,7 @@ class boardController extends board
$this->setMessage($msg_code);
}
function procBoardUpdateDocument()
function procBoardRevertDocument()
{
$update_id = Context::get('update_id');
$logged_info = Context::get('logged_info');