From c99386e1553170a898f292d0c0717a5c1fa8151b Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sun, 8 Nov 2015 13:11:16 +0100 Subject: [PATCH] [ticket/14272] Remove useless check PHPBB3-14272 --- 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 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':