Merge branch 'ent-9023-error-500-al-cambiar-de-autentificación-a-local' into 'develop'

Ent 9023 error 500 al cambiar de autentificación a local

See merge request artica/pandorafms!4907
This commit is contained in:
Daniel Rodriguez 2022-05-24 10:42:36 +00:00
commit 7e8745fa12
1 changed files with 1 additions and 1 deletions

View File

@ -556,7 +556,7 @@ function config_update_config()
$error_update[] = __('Autocreate profile group');
}
if (config_update_value('default_assign_tags', implode(',', get_parameter('default_assign_tags')), true) === false) {
if (config_update_value('default_assign_tags', implode(',', get_parameter('default_assign_tags', [])), true) === false) {
$error_update[] = __('Autocreate profile tags');
}