mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
Fix warning in PHP 8.0
This commit is contained in:
parent
cc318479b4
commit
c151191b73
1 changed files with 1 additions and 1 deletions
|
|
@ -333,7 +333,7 @@ class Context
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$lang_type = self::$_instance->db_info->lang_type ?: 'ko';
|
$lang_type = self::$_instance->db_info->lang_type = self::$_instance->db_info->lang_type ?? 'ko';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue