[ticket/11010] adding new input types into build_cfg_template()

PHPBB3-11010
This commit is contained in:
Senky 2012-08-08 13:35:34 +02:00
parent f26257dc51
commit 66a943cfd8

View file

@ -249,6 +249,8 @@ function build_cfg_template($tpl_type, $key, &$new, $config_key, $vars)
{
case 'text':
case 'password':
case 'url':
case 'email':
$size = (int) $tpl_type[1];
$maxlength = (int) $tpl_type[2];