mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +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();
|
||||
|
||||
if ($this->isXhr()) {
|
||||
$resp->setHeader('X-Icinga-Module', $layout->moduleName);
|
||||
$resp->setHeader('X-Icinga-Module', $this->moduleName);
|
||||
}
|
||||
|
||||
parent::postDispatch();
|
||||
|
Loading…
x
Reference in New Issue
Block a user