mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-21 11:22:34 +09:00
4d0cfabfb7 exec_xml() 오류로 일부 되돌림
This commit is contained in:
parent
4d0cfabfb7
commit
720570224c
1 changed files with 6 additions and 6 deletions
|
|
@ -1159,12 +1159,6 @@ class Context
|
|||
self::$_instance->request_method = isset($json_request) ? 'JSON' : 'XMLRPC';
|
||||
}
|
||||
}
|
||||
|
||||
// Pretend that this request is XMLRPC for compatibility with XE third-party.
|
||||
if(isset($_POST['_rx_ajax_compat']) && $_POST['_rx_ajax_compat'] === 'XMLRPC')
|
||||
{
|
||||
self::$_instance->request_method = 'XMLRPC';
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -1252,6 +1246,12 @@ class Context
|
|||
self::set($key, $val, $set_to_vars);
|
||||
}
|
||||
}
|
||||
|
||||
// Pretend that this request is XMLRPC for compatibility with XE third-party.
|
||||
if(isset($_POST['_rx_ajax_compat']) && $_POST['_rx_ajax_compat'] === 'XMLRPC')
|
||||
{
|
||||
self::$_instance->request_method = 'XMLRPC';
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue