mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
Fix typos and incorrect action names #1705
This commit is contained in:
parent
2d913b2b1c
commit
d82c53c531
4 changed files with 4 additions and 4 deletions
|
|
@ -258,7 +258,7 @@ class boardAdminView extends board {
|
|||
* @brief display the grant information
|
||||
**/
|
||||
function dispBoardAdminGrantInfo() {
|
||||
// get the grant infotmation from admin module
|
||||
// Get grant information from admin module
|
||||
$oModuleAdminModel = getAdminModel('module');
|
||||
$grant_content = $oModuleAdminModel->getModuleGrantHTML($this->module_info->module_srl, $this->xml_info->grant);
|
||||
Context::set('grant_content', $grant_content);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue