mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 08:44:11 +02:00
parent
ddcaaa7bcf
commit
a63135be2a
@ -440,6 +440,10 @@ class ExtensibleSet
|
||||
);
|
||||
}
|
||||
|
||||
if (empty($this->allowedValues)) {
|
||||
return array();
|
||||
}
|
||||
|
||||
return array_combine($this->allowedValues, $this->allowedValues);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user