mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-26 23:35:02 +02:00
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…
x
Reference in New Issue
Block a user