mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/17151] Fix tests
PHPBB3-17151
This commit is contained in:
@@ -970,10 +970,10 @@ class acp_board
|
||||
{
|
||||
list($available, $value) = $data;
|
||||
$act_options[] = [
|
||||
'value' => $value,
|
||||
'selected' => $selected_value == $value,
|
||||
'label' => $user->lang($key),
|
||||
'disabled' => !$available,
|
||||
'value' => $value,
|
||||
'selected' => $selected_value == $value,
|
||||
'label' => $user->lang($key),
|
||||
'class' => !$available ? 'disabled-option' : '',
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user