mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-26 03:09:11 +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';
|
return 'Transform LConf CustomVars to Hash';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function hasArraySupport()
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
protected function extractLConfVars($value, $vars)
|
protected function extractLConfVars($value, $vars)
|
||||||
{
|
{
|
||||||
if (is_string($value)) {
|
if (is_string($value)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user