mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
ModuleActionController: fix reference, var removed
This commit is contained in:
parent
3cfdf4c977
commit
0d4166b1bd
@ -62,7 +62,7 @@ class ModuleActionController extends ActionController
|
|||||||
$resp = $this->getResponse();
|
$resp = $this->getResponse();
|
||||||
|
|
||||||
if ($this->isXhr()) {
|
if ($this->isXhr()) {
|
||||||
$resp->setHeader('X-Icinga-Module', $layout->moduleName);
|
$resp->setHeader('X-Icinga-Module', $this->moduleName);
|
||||||
}
|
}
|
||||||
|
|
||||||
parent::postDispatch();
|
parent::postDispatch();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user