[ticket/17100] Add missing space

PHPBB3-17100
This commit is contained in:
Marc Alexander 2023-02-04 09:29:24 +01:00
parent 6473167d6e
commit 69f5d5f40f
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -485,7 +485,7 @@ function build_cfg_template($tpl_type, $key, &$new_ary, $config_key, $vars)
if ($tpl_type[0] == 'select') if ($tpl_type[0] == 'select')
{ {
$size = (isset($tpl_type[1])) ? (int)$tpl_type[1] : 1; $size = (isset($tpl_type[1])) ? (int) $tpl_type[1] : 1;
if (is_string($return)) if (is_string($return))
{ {