mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
rename method.
This commit is contained in:
parent
9c653d210b
commit
f15a4c8861
2 changed files with 2 additions and 2 deletions
|
|
@ -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');
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@
|
|||
<action name="dispBoardUpdateLogView" type="view" />
|
||||
|
||||
<action name="procBoardInsertDocument" type="controller" ruleset="insertDocument" standalone="false" />
|
||||
<action name="procBoardUpdateDocument" type="controller" />
|
||||
<action name="procBoardRevertDocument" type="controller" />
|
||||
<action name="procBoardDeleteDocument" type="controller" standalone="false" />
|
||||
<action name="procBoardVoteDocument" type="controller" standalone="false" />
|
||||
<action name="procBoardInsertComment" type="controller" standalone="false" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue