Re-enable auto-refresh

This commit is contained in:
Gunnar Beutner 2014-11-18 10:48:33 +01:00
parent e3629a7f41
commit 9a79cd58e9
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}