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

[ticket/17100] Move forum selects to HTML files

PHPBB3-17100
This commit is contained in:
Marc Alexander
2023-04-10 15:17:26 +02:00
parent 9ee130fc59
commit 4b17de74a4
3 changed files with 51 additions and 25 deletions

View File

@@ -184,6 +184,7 @@ class forms extends AbstractExtension
'GROUP_ONLY' => (bool) ($form_data['group_only'] ?? false),
'DATA' => $form_data['data'] ?? [],
'SIZE' => (int) ($form_data['size'] ?? 0),
'MULTIPLE' => (bool) ($form_data['multiple'] ?? false),
]);
}
catch (\Twig\Error\Error $e)