Add module critical instructions when create an event - #1862

This commit is contained in:
enriquecd 2018-02-06 16:01:32 +01:00
parent 26de4f6517
commit 5c0f0de1e4

View File

@ -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();