mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
ModuleActionController: fix reference, var removed
This commit is contained in:
parent
3cfdf4c977
commit
0d4166b1bd
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue