mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 10:28:55 +00:00
[ticket/17100] Add missing space
PHPBB3-17100
This commit is contained in:
parent
6473167d6e
commit
69f5d5f40f
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue