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