From 9a79cd58e923c48a4da324435e4b013c182f4d1f Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 18 Nov 2014 10:48:33 +0100 Subject: [PATCH] Re-enable auto-refresh --- library/Icinga/Web/Controller/ActionController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Web/Controller/ActionController.php b/library/Icinga/Web/Controller/ActionController.php index 299ed8939..a41670159 100644 --- a/library/Icinga/Web/Controller/ActionController.php +++ b/library/Icinga/Web/Controller/ActionController.php @@ -428,7 +428,7 @@ class ActionController extends Zend_Controller_Action } if ($this->autorefreshInterval !== null) { - // $resp->setHeader('X-Icinga-Refresh', $this->autorefreshInterval); + $resp->setHeader('X-Icinga-Refresh', $this->autorefreshInterval); } }