mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-25 10:57:41 +02:00
PropertyModifierLConfCustomVar: add array support
This commit is contained in:
parent
ff4e953a11
commit
20ee7f6728
@ -23,6 +23,11 @@ class PropertyModifierLConfCustomVar extends PropertyModifierHook
|
||||
return 'Transform LConf CustomVars to Hash';
|
||||
}
|
||||
|
||||
public function hasArraySupport()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
protected function extractLConfVars($value, $vars)
|
||||
{
|
||||
if (is_string($value)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user