diff --git a/pandora_console/operation/events/events.php b/pandora_console/operation/events/events.php index 3d6b2cc96c..019ccbb006 100644 --- a/pandora_console/operation/events/events.php +++ b/pandora_console/operation/events/events.php @@ -945,7 +945,7 @@ if (is_ajax() === true) { $custom_data_str = ''; if (isset($custom_data) === true && empty($custom_data) === false) { foreach ($custom_data as $key => $value) { - $custom_data_str .= $value['attr_name'].' = '.$value['val'].'
'; + $custom_data_str .= $key.' = '.$value.'
'; } }