mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
CustomVariables: improved "set modified" handling
This commit is contained in:
parent
a5b7e06ba2
commit
c090665594
@ -85,7 +85,7 @@ class CustomVariables implements Iterator, Countable, IcingaConfigRenderer
|
||||
}
|
||||
}
|
||||
} else {
|
||||
$this->vars[$key] = $value;
|
||||
$this->vars[$key] = $value->setModified();
|
||||
}
|
||||
|
||||
$this->modified = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user