mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 08:42:15 +09:00
Fix vote log name.
This commit is contained in:
parent
eafe6a8ae7
commit
40b7feedfc
2 changed files with 2 additions and 2 deletions
|
|
@ -1260,7 +1260,7 @@ class boardView extends board
|
|||
}
|
||||
|
||||
Context::set('vote_member_info', $vote_member_infos);
|
||||
Context::set('blame_member_infos', $blame_member_infos);
|
||||
Context::set('blame_member_info', $blame_member_infos);
|
||||
$this->setTemplateFile('vote_log');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue