Merge pull request #2261 from kkigomi/patch-3

e361d2e 커밋에서 exec_xml() 함수의 대체가 잘못 수정된 문제
This commit is contained in:
Kijin Sung 2024-01-05 11:33:38 +09:00 committed by GitHub
commit a9f752bb7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -779,7 +779,7 @@ function doCallModuleAction(module, action, target_srl) {
cur_mid : current_mid,
mid : current_mid
};
exec_xml(module + '.' + action, params, completeCallModuleAction);
exec_json(module + '.' + action, params, completeCallModuleAction);
}
function completeCallModuleAction(ret_obj, response_tags) {