mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
git-svn-id: file:///svn/phpbb/trunk@7224 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
99ba459014
commit
d5eb8a4478
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ class acp_permission_roles
|
||||||
{
|
{
|
||||||
$role_name = (!empty($user->lang[$role_row['role_name']])) ? $user->lang[$role_row['role_name']] : $role_row['role_name'];
|
$role_name = (!empty($user->lang[$role_row['role_name']])) ? $user->lang[$role_row['role_name']] : $role_row['role_name'];
|
||||||
|
|
||||||
$template->assign_var(array(
|
$template->assign_vars(array(
|
||||||
'S_DISPLAY_ROLE_MASK' => true,
|
'S_DISPLAY_ROLE_MASK' => true,
|
||||||
'L_ROLE_ASSIGNED_TO' => sprintf($user->lang['ROLE_ASSIGNED_TO'], $role_name))
|
'L_ROLE_ASSIGNED_TO' => sprintf($user->lang['ROLE_ASSIGNED_TO'], $role_name))
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue