diff --git a/setup/inc/hook_config.inc.php b/setup/inc/hook_config.inc.php index 0c9599dda5..6bc2912a04 100644 --- a/setup/inc/hook_config.inc.php +++ b/setup/inc/hook_config.inc.php @@ -168,7 +168,7 @@ function sql_passwdhashes($config, $return_hashes=false, &$securest=null) * @param array $config * @return string */ -function auth_type($config) +function auth_types($config) { return _options_from(setup_cmd_config::auth_types(),$config['auth_type']); } diff --git a/setup/templates/default/config.tpl b/setup/templates/default/config.tpl index 4cf7242e3b..389349ce96 100644 --- a/setup/templates/default/config.tpl +++ b/setup/templates/default/config.tpl @@ -127,7 +127,7 @@