Merge branch 'rhymix:develop' into develop

This commit is contained in:
Lastorder 2024-08-15 20:22:18 +09:00 committed by GitHub
commit 10e2116dd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 350 additions and 296 deletions

View file

@ -716,9 +716,16 @@ class BoardView extends Board
}
$obj = new stdClass;
$obj->mid = $this->module_info->mid;
if (empty($this->include_modules))
{
$obj->module_srl = $this->module_info->module_srl;
}
else
{
$obj->module_srl = $this->include_modules;
}
$obj->list_count = 10000;
$output = TagModel::getInstance()->getTagList($obj);
$output = TagModel::getTagList($obj);
// automatically order
if(count($output->data))