mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
#491 최근 엮인글 위젯에서 결과를 무조건 array로 반환하도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4348 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5bd934bd4d
commit
b5c2d90017
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@
|
|||
else $args->module_srl = $obj->module_srl;
|
||||
$args->list_count = $obj->list_count;
|
||||
|
||||
$output = executeQuery('trackback.getNewestTrackbackList', $args);
|
||||
$output = executeQueryArray('trackback.getNewestTrackbackList', $args);
|
||||
|
||||
return $output;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue