Merge branch 'rhymix:master' into master

This commit is contained in:
Lastorder 2025-07-28 19:02:10 +09:00 committed by GitHub
commit 0598ae4b95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 132 additions and 63 deletions

View file

@ -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) {