mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 08:42:15 +09:00
Cleanup related to phone country change
This commit is contained in:
parent
0e9ce525da
commit
1db4a9d752
9 changed files with 60 additions and 8 deletions
|
|
@ -266,7 +266,7 @@ class memberAdminView extends member
|
|||
Context::set('country_list', $country_list);
|
||||
if(!$config->phone_number_default_country && Context::get('lang_type') === 'ko')
|
||||
{
|
||||
$config->phone_number_default_country = '82';
|
||||
$config->phone_number_default_country = 'KOR';
|
||||
}
|
||||
|
||||
$this->setTemplateFile('signup_config');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue