CustomVariables: improved "set modified" handling

This commit is contained in:
Thomas Gelf 2016-02-22 11:02:04 +01:00
parent a5b7e06ba2
commit c090665594

View File

@ -85,7 +85,7 @@ class CustomVariables implements Iterator, Countable, IcingaConfigRenderer
}
}
} else {
$this->vars[$key] = $value;
$this->vars[$key] = $value->setModified();
}
$this->modified = true;