mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Clean up TagModel::getTagList()
This commit is contained in:
parent
aa237f8dd0
commit
7056a44396
3 changed files with 10 additions and 17 deletions
|
|
@ -717,14 +717,14 @@ class BoardView extends Board
|
|||
$obj = new stdClass;
|
||||
if (empty($this->include_modules))
|
||||
{
|
||||
$obj->mid = $this->module_info->mid;
|
||||
$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