mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Merge branch 'rhymix:develop' into develop
This commit is contained in:
commit
10e2116dd9
13 changed files with 350 additions and 296 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue