mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix typos in documentation and translation strings
This commit is contained in:
parent
9d98e47c53
commit
580588bbdc
12 changed files with 15 additions and 15 deletions
|
|
@ -25,7 +25,7 @@ class BoardAdminView extends Board {
|
|||
// generate module model object
|
||||
$oModuleModel = getModel('module');
|
||||
|
||||
// get the module infomation based on the module_srl
|
||||
// get the module information based on the module_srl
|
||||
if($module_srl) {
|
||||
$module_info = $oModuleModel->getModuleInfoByModuleSrl($module_srl);
|
||||
if(!$module_info) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue