mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +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 {
|
} else {
|
||||||
foreach ($selected as $k) {
|
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