mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Update session class to use getDefaultDomainInfo() for SSO
This commit is contained in:
parent
e8aca55074
commit
beee2165fb
1 changed files with 1 additions and 1 deletions
|
|
@ -287,7 +287,7 @@ class Session
|
|||
{
|
||||
$current_domain = $site_module_info->domain;
|
||||
$current_url = URL::getCurrentUrl();
|
||||
$default_domain = getModel('module')->getSiteInfo(0);
|
||||
$default_domain = getModel('module')->getDefaultDomainInfo();
|
||||
$default_url = \Context::getDefaultUrl($default_domain);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue