mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11010] adding new input types into build_cfg_template()
PHPBB3-11010
This commit is contained in:
parent
f26257dc51
commit
66a943cfd8
1 changed files with 2 additions and 0 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue