#18823681 - exec_html()에서 params가 없을 때 문제 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7359 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2010-04-07 04:24:18 +00:00
parent fcd8ee1f0a
commit e8c4f52bed

View file

@ -181,6 +181,7 @@ function xml2json(xml, tab, ignoreAttrib) {
**/
$.exec_xml = window.exec_xml = function(module, act, params, callback_func, response_tags, callback_func_arg, fo_obj) {
var xml_path = request_uri+"index.php"
if(!params) params = {};
// {{{ set parameters
if($.isArray(params)) params = arr2obj(params);