mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
잘못된 parameter
This commit is contained in:
parent
07aa588375
commit
994812947b
1 changed files with 1 additions and 1 deletions
|
|
@ -477,7 +477,7 @@ class ModuleObject extends Object
|
|||
{
|
||||
if(Context::getResponseMethod() == 'XMLRPC' || Context::getResponseMethod() == 'JSON')
|
||||
{
|
||||
$oAPI = getAPI($this->module_info->module, 'api');
|
||||
$oAPI = getAPI($this->module_info->module);
|
||||
if(method_exists($oAPI, $this->act))
|
||||
{
|
||||
$oAPI->{$this->act}($this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue