diff --git a/pandora_console/include/functions_events.php b/pandora_console/include/functions_events.php index 14353cc48b..31cfde5fa7 100644 --- a/pandora_console/include/functions_events.php +++ b/pandora_console/include/functions_events.php @@ -2283,7 +2283,7 @@ function events_page_details ($event, $server = "") { $data = array(); $data[0] = __('Instructions'); - $data[1] = events_display_instructions ($event['event_type'], $events, true); + $data[1] = events_display_instructions ($event['event_type'], $event, true); $table_details->data[] = $data; $data = array();