mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
getTagList() use sort index
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6255 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
de901c0513
commit
1add972345
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@
|
|||
if(is_array($obj->module_srl)) $args->module_srl = implode(',', $obj->module_srl);
|
||||
else $args->module_srl = $obj->module_srl;
|
||||
$args->list_count = $obj->list_count;
|
||||
$args->count = $obj->sort_index;
|
||||
|
||||
$output = executeQueryArray('tag.getTagList', $args);
|
||||
if(!$output->toBool()) return $output;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue