mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-26 23:34:10 +02:00
ObjectController: fix typo avoiding rendering...
...of disabled objects
This commit is contained in:
parent
7622200f2e
commit
88c28db54f
@ -135,7 +135,7 @@ abstract class ObjectController extends ActionController
|
||||
$object->object_type = 'object';
|
||||
}
|
||||
|
||||
if ($this->view->isDisabledd) {
|
||||
if ($this->view->isDisabled) {
|
||||
$object->disabled = 'n';
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user