mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 04:24:14 +09:00
parent
8f26b925cf
commit
02731e1a57
1 changed files with 3 additions and 1 deletions
|
|
@ -251,10 +251,12 @@ class Context
|
||||||
$this->_setJSONRequestArgument();
|
$this->_setJSONRequestArgument();
|
||||||
$this->_setRequestArgument();
|
$this->_setRequestArgument();
|
||||||
$this->_setUploadedArgument();
|
$this->_setUploadedArgument();
|
||||||
|
|
||||||
|
// Fabricate methods for compatibility of XE third-party.
|
||||||
if(isset($_POST['_rx_ajax_compat']) && $_POST['_rx_ajax_compat'] === 'XMLRPC')
|
if(isset($_POST['_rx_ajax_compat']) && $_POST['_rx_ajax_compat'] === 'XMLRPC')
|
||||||
{
|
{
|
||||||
self::$_instance->request_method = 'XMLRPC';
|
self::$_instance->request_method = 'XMLRPC';
|
||||||
self::$_instance->response_method = 'JSON';
|
self::$_instance->response_method = 'XMLRPC';
|
||||||
}
|
}
|
||||||
|
|
||||||
// Load system configuration.
|
// Load system configuration.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue