From 69f5d5f40f055e0137b0e04162dfde04896b41f5 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 4 Feb 2023 09:29:24 +0100 Subject: [PATCH] [ticket/17100] Add missing space PHPBB3-17100 --- phpBB/includes/functions_acp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions_acp.php b/phpBB/includes/functions_acp.php index 007582c6f8..441f1f5add 100644 --- a/phpBB/includes/functions_acp.php +++ b/phpBB/includes/functions_acp.php @@ -485,7 +485,7 @@ function build_cfg_template($tpl_type, $key, &$new_ary, $config_key, $vars) 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)) {