mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Fix #1722 incorrect language selection when domain setting conflicts with system setting
This commit is contained in:
parent
1ab02086bd
commit
865e83a46a
7 changed files with 12 additions and 5 deletions
|
|
@ -723,7 +723,7 @@ class adminAdminView extends admin
|
|||
}
|
||||
else
|
||||
{
|
||||
$domain_lang = Rhymix\Framework\Config::get('locale.default_lang');
|
||||
$domain_lang = 'default';
|
||||
}
|
||||
Context::set('domain_lang', $domain_lang);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue