mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-25 06:44:37 +02:00
CustomVariableDictionary: our 'value' is an array
This commit is contained in:
parent
b80a7c3589
commit
ae9e4300c8
@ -67,7 +67,7 @@ class CustomVariableDictionary extends CustomVariable implements Countable
|
|||||||
public function __clone()
|
public function __clone()
|
||||||
{
|
{
|
||||||
foreach ($this->value as $key => $value) {
|
foreach ($this->value as $key => $value) {
|
||||||
$this->value->$key = clone($value);
|
$this->value[$key] = clone($value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user