diff --git a/phpBB/includes/functions_acp.php b/phpBB/includes/functions_acp.php index 8d5050d1bd..7874696950 100644 --- a/phpBB/includes/functions_acp.php +++ b/phpBB/includes/functions_acp.php @@ -269,7 +269,7 @@ function build_cfg_template($tpl_type, $key, &$new, $config_key, $vars) case 'datetime-local': case 'month': case 'week': - $tpl = ''; + $tpl = ''; break; case 'date':