mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +09:00
#18998854 잘못된 쿼리ID 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7602 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
677a999062
commit
96fe9e34c2
1 changed files with 1 additions and 1 deletions
|
|
@ -1263,7 +1263,7 @@
|
||||||
|
|
||||||
function getModuleFileBox($module_filebox_srl){
|
function getModuleFileBox($module_filebox_srl){
|
||||||
$args->module_filebox_srl = $module_filebox_srl;
|
$args->module_filebox_srl = $module_filebox_srl;
|
||||||
return executeQuery('getModuleFileBox', $args);
|
return executeQuery('module.getModuleFileBox', $args);
|
||||||
}
|
}
|
||||||
|
|
||||||
function getModuleFileBoxList(){
|
function getModuleFileBoxList(){
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue