Merge branch '1862-Instrucciones-de-módulo-no-aparecen-en-evento-CEPSA' into 'develop'

Add module critical instructions when create an event - #1862

See merge request artica/pandorafms!1275
This commit is contained in:
vgilc 2018-02-06 16:35:41 +01:00
commit dc44db428f
1 changed files with 1 additions and 1 deletions

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