mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +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
|
|
@ -61,7 +61,7 @@
|
|||
<i class="no_profile">?</i>
|
||||
<!--@end-->
|
||||
</td>
|
||||
{@ $member_info['group_list'] = implode(', ', $member_info['group_list'])}
|
||||
{@ $member_info['group_list'] = Context::replaceUserLang(implode(', ', $member_info['group_list']), true)}
|
||||
<td class="nowr" loop="$usedIdentifiers=>$name,$title">
|
||||
<!--@if($name === 'email_address')-->
|
||||
<a href="#popup_menu_area" class="member_{$member_info['member_srl']}">{getEncodeEmailAddress($member_info['email_address'])}</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue