mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
#7916 Fixed group name
This commit is contained in:
parent
b70ca89af2
commit
30d1e3ec23
@ -13669,7 +13669,7 @@ function reporting_label_macro($item, $label)
|
|||||||
if (preg_match('/_agentgroup_/', $label)) {
|
if (preg_match('/_agentgroup_/', $label)) {
|
||||||
$label = str_replace(
|
$label = str_replace(
|
||||||
'_agentgroup_',
|
'_agentgroup_',
|
||||||
$item['agent_group'],
|
groups_get_name($item['agent_group']),
|
||||||
$label
|
$label
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user