모바일에서도 api를 사용할 수 있도록 변경

jQuery.exec_json, jQuery.exec_xml 사용시 모바일에선 결과가 다른 문제 수정
mothos -> mothods 오타 수정
This commit is contained in:
whantae jiwhantae ji 2015-07-13 11:21:50 +09:00
parent 6745497ad7
commit b350ec5451

View file

@ -472,8 +472,8 @@ class ModuleObject extends Object
return FALSE;
}
}
// execute api methos of the module if view action is and result is XMLRPC or JSON
if($this->module_info->module_type == 'view')
// execute api methods of the module if view action is and result is XMLRPC or JSON
if($this->module_info->module_type == 'view' || $this->module_info->module_type == 'mobile')
{
if(Context::getResponseMethod() == 'XMLRPC' || Context::getResponseMethod() == 'JSON')
{