mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix lang code in group list not recognized in group editing screen
This commit is contained in:
parent
c098b4d055
commit
9e99acd8e6
1 changed files with 5 additions and 2 deletions
|
|
@ -58,9 +58,12 @@ class MemberAdminView extends Member
|
|||
|
||||
// retrieve group list
|
||||
$this->group_list = $oMemberModel->getGroups();
|
||||
foreach ($this->group_list as $group)
|
||||
if ($this->act !== 'dispMemberAdminGroupList')
|
||||
{
|
||||
$group->title = Context::replaceUserLang($group->title, true);
|
||||
foreach ($this->group_list as $group)
|
||||
{
|
||||
$group->title = Context::replaceUserLang($group->title, true);
|
||||
}
|
||||
}
|
||||
Context::set('group_list', $this->group_list);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue