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:
@@ -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)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user