mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 01:04:12 +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);
|
return array_combine($this->allowedValues, $this->allowedValues);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user