1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 00:07:44 +02:00

[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

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))
{ {