#18851012 : fixed openid problem (add direct_url, act for default tags)

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7380 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2010-04-22 02:59:13 +00:00
parent f9e9499398
commit e4e64097f2

View file

@ -256,6 +256,8 @@ $.exec_xml = window.exec_xml = function(module, act, params, callback_func, resp
}
$.each(response_tags, function(key, val){ tags[val] = true; });
tags["redirect_url"] = true;
tags["act"] = true;
$.each(resp_obj, function(key, val){ if(tags[key]) ret[key] = val; });
if(ret['error'] != 0) {