From 52e352751e382f89735b66beaffce52b9955bb00 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 22 Jul 2015 13:31:12 +0200 Subject: [PATCH] Revert "ModuleActionController: fix forward/X-Icinga-Module" This reverts commit bf82bd4ce1827361a039cbebb272df81584044e5. We have a not merged branch for this. refs #9349 --- library/Icinga/Web/Controller/ModuleActionController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Web/Controller/ModuleActionController.php b/library/Icinga/Web/Controller/ModuleActionController.php index 071236cdd..9286ff679 100644 --- a/library/Icinga/Web/Controller/ModuleActionController.php +++ b/library/Icinga/Web/Controller/ModuleActionController.php @@ -73,6 +73,6 @@ class ModuleActionController extends ActionController public function postDispatchXhr() { parent::postDispatchXhr(); - $this->getResponse()->setHeader('X-Icinga-Module', $this->moduleName, true); + $this->getResponse()->setHeader('X-Icinga-Module', $this->moduleName); } }