From 42fb6113c48617e20674698eb520b25bb7698714 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 1 Oct 2015 17:39:44 +0200 Subject: [PATCH] monitoring: Fix downtime-header refs #5543 --- .../views/scripts/partials/downtime/downtime-header.phtml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 4deea15e4b..6375570586 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'),