mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Merge pull request #2390 from seungh/feature/improve_board_write
통합게시판 글쓰기 방법 수정 / 통합게시판 관련 버그수정 / issue #1199
This commit is contained in:
commit
aa237f8dd0
1 changed files with 8 additions and 1 deletions
|
|
@ -715,7 +715,14 @@ class BoardView extends Board
|
|||
}
|
||||
|
||||
$obj = new stdClass;
|
||||
$obj->mid = $this->module_info->mid;
|
||||
if (empty($this->include_modules))
|
||||
{
|
||||
$obj->mid = $this->module_info->mid;
|
||||
}
|
||||
else
|
||||
{
|
||||
$obj->module_srl = $this->include_modules;
|
||||
}
|
||||
$obj->list_count = 10000;
|
||||
$output = TagModel::getInstance()->getTagList($obj);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue