mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-15 21:24:03 +02:00
[ticket/17151] Refactor radio buttons output logic
PHPBB3-17151
This commit is contained in:
@@ -129,6 +129,7 @@ class forms extends AbstractExtension
|
||||
'MAX' => (int) ($form_data['max'] ?? 0),
|
||||
'STEP' => (int) ($form_data['step'] ?? 0),
|
||||
'CHECKED' => (bool) ($form_data['checked'] ?? false),
|
||||
'DISABLED' => (bool) ($form_data['disabled'] ?? false),
|
||||
'VALUE' => (string) ($form_data['value']),
|
||||
]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user