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

[ticket/14315] Only add role options specified for each group

PHPBB3-14315
This commit is contained in:
Marc Alexander
2016-02-05 23:48:57 +01:00
parent d0ce6a18df
commit 4973632288
2 changed files with 3 additions and 0 deletions

View File

@@ -477,6 +477,7 @@ class auth_admin extends \phpbb\auth\auth
$template->assign_block_vars('role_options', array(
'ID' => $role_id,
'UG_ID' => $ug_id,
'ROLE_NAME' => $role_name,
'TITLE' => $role_description,
'SELECTED' => $role_id == $current_role_id,