Revert "ModuleActionController: fix forward/X-Icinga-Module"

This reverts commit bf82bd4ce1.

We have a not merged branch for this.

refs #9349
This commit is contained in:
Eric Lippmann 2015-07-22 13:31:12 +02:00
parent ab8e775188
commit 52e352751e
1 changed files with 1 additions and 1 deletions

View File

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