diff --git a/modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml b/modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml index 4deea15e4..637557058 100644 --- a/modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml +++ b/modules/monitoring/application/views/scripts/partials/downtime/downtime-header.phtml @@ -29,8 +29,7 @@ icon('host', $this->translate('host')); ?> qlink( $this->escape($downtime->host_display_name), 'monitoring/host/show', - array('host' => $downtime->host_name), - array('downtime_id' => $downtime->id), + array('host' => $downtime->host_name, 'downtime_id' => $downtime->id), array( 'title' => sprintf( $this->translate('Show detailed information for this downtime scheduled for host %s'),