mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 01:04:12 +02:00
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->imports = array();
|
||||||
|
$this->modified = true;
|
||||||
return $this->add($import);
|
return $this->add($import);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user