mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@6900 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
e6f685c25f
commit
1b4bae94a0
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ class acp_permission_roles
|
|||
|
||||
if (sizeof($hold_ary))
|
||||
{
|
||||
$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(
|
||||
'S_DISPLAY_ROLE_MASK' => true,
|
||||
|
|
Loading…
Add table
Reference in a new issue