IcingaObjectImports: set modified on clear

Imports could not have been set empty because of this
This commit is contained in:
Markus Frosch 2016-05-19 10:55:37 +02:00 committed by Thomas Gelf
parent 480e80709a
commit 839527a2e1
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ class IcingaObjectImports implements Iterator, Countable, IcingaConfigRenderer
}
$this->imports = array();
$this->modified = true;
return $this->add($import);
}