mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
issue 2475 fixed a bug that show korean title when choose english.
git-svn-id: http://xe-core.googlecode.com/svn/branches/luminous@11440 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f6a83e335d
commit
7d77be0381
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
{
|
||||
foreach($config->signupForm AS $key=>$value)
|
||||
{
|
||||
$config->signupForm[$key]->title = Context::getLang($value->title);
|
||||
$config->signupForm[$key]->title = ($value->isDefaultForm) ? Context::getLang($value->name) : $value->title;
|
||||
if($config->signupForm[$key]->isPublic != 'N') $config->signupForm[$key]->isPublic = 'Y';
|
||||
if($value->name == 'find_account_question') $config->signupForm[$key]->isPublic = 'N';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue