Update functions_events.php (io_safe_output over _event_date_)

This commit is contained in:
fbsanchez 2020-10-27 13:56:38 +01:00
parent 75bb4338b7
commit 8b4bcc77ab
1 changed files with 1 additions and 1 deletions

View File

@ -3787,7 +3787,7 @@ function events_get_response_target(
if (strpos($target, '_event_date_') !== false) { if (strpos($target, '_event_date_') !== false) {
$target = str_replace( $target = str_replace(
'_event_date_', '_event_date_',
date($config['date_format'], $event['utimestamp']), io_safe_output(date($config['date_format'], $event['utimestamp'])),
$target $target
); );
} }