mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 16:24:05 +02:00
Merge branch 'master' of git.icinga.org:icingaweb2-module-director
This commit is contained in:
commit
f103434468
@ -12,7 +12,8 @@ class CustomVariableArray extends CustomVariable
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
return $var->getValue() === $this->getValue();
|
// TODO: better var handlig, fix this
|
||||||
|
return $var->value === $this->value;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setValue($value)
|
public function setValue($value)
|
||||||
|
@ -35,6 +35,7 @@ class IcingaConfig
|
|||||||
->createFileFromDb('service')
|
->createFileFromDb('service')
|
||||||
->createFileFromDb('user')
|
->createFileFromDb('user')
|
||||||
;
|
;
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user