IcingaObjectImports: set modified on clear
Imports could not have been set empty because of this
This commit is contained in:
parent
480e80709a
commit
839527a2e1
|
@ -105,6 +105,7 @@ class IcingaObjectImports implements Iterator, Countable, IcingaConfigRenderer
|
|||
}
|
||||
|
||||
$this->imports = array();
|
||||
$this->modified = true;
|
||||
return $this->add($import);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue