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 $var->getValue() === $this->getValue();
|
||||
// TODO: better var handlig, fix this
|
||||
return $var->value === $this->value;
|
||||
}
|
||||
|
||||
public function setValue($value)
|
||||
|
|
|
@ -35,6 +35,7 @@ class IcingaConfig
|
|||
->createFileFromDb('service')
|
||||
->createFileFromDb('user')
|
||||
;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue