Minor fix all group empty label

This commit is contained in:
fbsanchez 2020-10-20 17:47:35 +02:00
parent fbccb4ac6b
commit 033dd531a8
1 changed files with 1 additions and 1 deletions

View File

@ -510,7 +510,7 @@ function html_print_select_groups(
}
} else {
foreach ($selected as $k) {
$fields[$k] = groups_get_name($k);
$fields[$k] = groups_get_name($k, $returnAllGroup);
}
}