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:
commit
7e8745fa12
|
@ -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');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue