From 5c0f0de1e48286bc1a8b6a158a2023482b9f530f Mon Sep 17 00:00:00 2001 From: enriquecd Date: Tue, 6 Feb 2018 16:01:32 +0100 Subject: [PATCH] Add module critical instructions when create an event - #1862 --- pandora_console/include/functions_events.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();