Minor fix all group empty label
This commit is contained in:
parent
fbccb4ac6b
commit
033dd531a8
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue