mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
Fix #2432 untranslated group name
This commit is contained in:
parent
fe6625bfbb
commit
b3a311488b
3 changed files with 10 additions and 1 deletions
|
|
@ -58,6 +58,10 @@ class MemberAdminView extends Member
|
|||
|
||||
// retrieve group list
|
||||
$this->group_list = $oMemberModel->getGroups();
|
||||
foreach ($this->group_list as $group)
|
||||
{
|
||||
$group->title = Context::replaceUserLang($group->title, true);
|
||||
}
|
||||
Context::set('group_list', $this->group_list);
|
||||
|
||||
$security = new Security();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue