Update functions_events.php resolve entities for group_name in event responses

This commit is contained in:
fbsanchez 2020-10-30 11:22:39 +01:00
parent c4d9c0851a
commit 2376ef408b
1 changed files with 1 additions and 1 deletions

View File

@ -3761,7 +3761,7 @@ function events_get_response_target(
if (strpos($target, '_group_name_') !== false) {
$target = str_replace(
'_group_name_',
groups_get_name($event['id_grupo'], true),
io_safe_output(groups_get_name($event['id_grupo'], true)),
$target
);
}