1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/11582] Remove left over calls to lang['acl_*']

PHPBB3-11582
This commit is contained in:
Joas Schilling
2013-07-06 13:57:58 +02:00
parent 22ba3de1a2
commit aadff800dc
2 changed files with 6 additions and 14 deletions

View File

@@ -492,7 +492,7 @@ class acp_permission_roles
'S_NO' => ($allowed == ACL_NO) ? true : false,
'FIELD_NAME' => $permission,
'PERMISSION' => $user->lang['acl_' . $permission]['lang'])
'PERMISSION' => $phpbb_permissions->get_permission_lang($permission)
);
}
}