From 0300a90d145a3e2254c5d3151292f1ba4215c2ec Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 20 Jan 2015 16:08:47 +0100 Subject: [PATCH] monitoring: Remove duplicate array key 'host_state' in the ListController --- modules/monitoring/application/controllers/ListController.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/monitoring/application/controllers/ListController.php b/modules/monitoring/application/controllers/ListController.php index 35dcd811f..aa00673b1 100644 --- a/modules/monitoring/application/controllers/ListController.php +++ b/modules/monitoring/application/controllers/ListController.php @@ -143,8 +143,7 @@ class Monitoring_ListController extends Controller 'host_severity' => $this->translate('Severity'), 'host_name' => $this->translate('Hostname'), 'host_address' => $this->translate('Address'), - 'host_state' => $this->translate('Current State'), - 'host_state' => $this->translate('Hard State') + 'host_state' => $this->translate('Current State') )); $this->view->hosts = $query->paginate();