mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Merge branch 'develop' into pr/multidomain
This commit is contained in:
commit
210b6b4147
75 changed files with 2102 additions and 425 deletions
|
|
@ -246,7 +246,6 @@ class Context
|
|||
$this->_setJSONRequestArgument();
|
||||
$this->_setRequestArgument();
|
||||
$this->_setUploadedArgument();
|
||||
|
||||
if(isset($_POST['_rx_ajax_compat']) && $_POST['_rx_ajax_compat'] === 'XMLRPC')
|
||||
{
|
||||
self::$_instance->request_method = 'XMLRPC';
|
||||
|
|
@ -353,6 +352,11 @@ class Context
|
|||
{
|
||||
getController('member')->setSessionInfo();
|
||||
}
|
||||
else
|
||||
{
|
||||
self::set('is_logged', false);
|
||||
self::set('logged_info', Rhymix\Framework\Session::getMemberInfo());
|
||||
}
|
||||
}
|
||||
|
||||
// set locations for javascript use
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue