mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
tag 하나만 있을 때 생기는 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3170 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5f40fa5d8e
commit
ba7a5b5be7
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
else $args->module_srl = $obj->module_srl;
|
||||
$args->list_count = $obj->list_count;
|
||||
|
||||
$output = executeQuery('tag.getTagList', $args);
|
||||
$output = executeQueryArray('tag.getTagList', $args);
|
||||
if(!$output->toBool()) return $output;
|
||||
|
||||
return $output;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue