mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-22 11:52:14 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@54 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0dbaa1e40b
commit
f06420b2f5
3 changed files with 9 additions and 9 deletions
|
|
@ -129,7 +129,7 @@
|
|||
// db에서 데이터를 가져옴
|
||||
$oDB = &DB::getInstance();
|
||||
$args->module_srl = $module_srl;
|
||||
$output = $oDB->executeQuery('module_manager.getMidInfo', $args);
|
||||
$output = $oDB->executeQuery('module.getMidInfo', $args);
|
||||
if(!$output->data) return;
|
||||
|
||||
return $this->arrangeModuleInfo($output->data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue